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

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

index 8d3d5b2..4733830 100644 (file)
                                         },
                                         {
                                             "listeners": {
-                                                "|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                    vendaddr_id : s.data.vendaddr_id,\n                    _deleteAll : 1\n                },\n                success : function() {\n                    _this.agrid.footer.onClick('refresh');\n                }\n            });\n    });\n}\n        "
+                                                "|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 all the address?\",\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                    vendaddr_id : s.data.vendaddr_id,\n                    _deleteAll : 1\n                },\n                success : function() {\n                    _this.agrid.footer.onClick('refresh');\n                }\n            });\n    });\n}\n        "
                                             },
                                             "cls": "x-btn-text-icon",
                                             "text": "Delete All",
index 8dc9322..3f64f80 100644 (file)
@@ -982,7 +982,7 @@ Pman.Dialog.XtupleVendorEdit = {
                                                 return;
                                              }
                                              
-                                             Roo.MessageBox.confirm("Confirm", "Are you sure you want to delete that?",
+                                             Roo.MessageBox.confirm("Confirm", "Are you sure you want to delete all the address?",
                                                 function(v) {
                                                     if (v != 'yes') {
                                                         return;