Pman.Dialog.XtupleVendorEdit.bjs
authorEdward <edward@roojs.com>
Thu, 30 Jan 2014 05:43:08 +0000 (13:43 +0800)
committerEdward <edward@roojs.com>
Thu, 30 Jan 2014 05:43:08 +0000 (13:43 +0800)
Pman.Dialog.XtupleVendorEdit.js

Pman.Dialog.XtupleVendorEdit.bjs
Pman.Dialog.XtupleVendorEdit.js

index a243220..b723bd7 100644 (file)
                                                 "|click": "function()\n{\n     var s = _this.agrid.getSelectionModel().getSelected();\n     \n     if(!s || s.data.vendaddr_id * 1 < 1){\n        Roo.MessageBox.alert('Error', 'Please select a row');\n        return;\n     }\n     \n     Roo.MessageBox.confirm(\"Confirm\", \"Are you sure you want to delete that?\",\n        function(v) {\n            if (v != 'yes') {\n                return;\n            }\n             new Pman.Request({\n                method: 'POST',\n                url: baseURL+ '/Roo/vendaddrinfo',\n                params : {\n                    _delete : s.data.vendaddr_id\n                },\n                success : function() {\n                    _this.agrid.footer.onClick('refresh');\n                }\n            });\n    });\n}\n        "
                                             },
                                             "cls": "x-btn-text-icon",
-                                            "text": "Delete",
+                                            "text": "Delete All",
                                             "xtype": "Button",
                                             "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
                                             "|xns": "Roo.Toolbar"
index 7a02248..09a1328 100644 (file)
@@ -1001,7 +1001,7 @@ Pman.Dialog.XtupleVendorEdit = {
                                         }
                                     },
                                     cls : 'x-btn-text-icon',
-                                    text : "Delete",
+                                    text : "Delete All",
                                     icon : rootURL + '/Pman/templates/images/trash.gif'
                                 }
                             ]