Pman.Tab.XtuplePurchasesVendors.bjs
authorEdward <edward@roojs.com>
Thu, 30 Jan 2014 06:00:01 +0000 (14:00 +0800)
committerEdward <edward@roojs.com>
Thu, 30 Jan 2014 06:00:01 +0000 (14:00 +0800)
Pman.Tab.XtuplePurchasesVendors.js

Pman.Tab.XtuplePurchasesVendors.bjs
Pman.Tab.XtuplePurchasesVendors.js

index 8a120da..555f68b 100644 (file)
                                                     "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
                                                     "|xns": "Roo.Toolbar"
                                                 },
+                                                {
+                                                    "|xns": "Roo.Toolbar",
+                                                    "xtype": "Button"
+                                                },
                                                 {
                                                     "listeners": {
                                                         "click": "function (_self, e)\n{\n   Pman.Dialog.Image.show(\n       {\n            _url : baseURL+'/Xtuple/Import/Vendors' \n        \n       },\n       function (data) {\n            _this.grid.footer.onClick('first');\n            Roo.MessageBox.alert(\"Notice\", \"DONE\");\n//            Roo.MessageBox.alert(\"Notice\", msg.join(\"\\n\"));\n\n       }\n   );\n}"
index 5f87571..b436375 100644 (file)
@@ -256,6 +256,10 @@ Pman.Tab.XtuplePurchasesVendors = new Roo.XComponent({
                                         text : "Delete",
                                         icon : rootURL + '/Pman/templates/images/trash.gif'
                                     },
+                                    {
+                                        xtype: 'Button',
+                                        xns: Roo.Toolbar
+                                    },
                                     {
                                         xtype: 'Button',
                                         xns: Roo.Toolbar,