Pman.Dialog.AdminEnumImages.bjs
authorChris <chris@roojs.com>
Fri, 5 Jul 2013 05:42:09 +0000 (13:42 +0800)
committerChris <chris@roojs.com>
Fri, 5 Jul 2013 05:42:09 +0000 (13:42 +0800)
Pman.Dialog.AdminEnumImages.js

Pman.Dialog.AdminEnumImages.bjs
Pman.Dialog.AdminEnumImages.js

index 928241d..d73244a 100644 (file)
                         "click": "function (_self, e)\n{\n    _this.dialog.hide();\n    _this.callback(true);\n}"
                     },
                     "*prop": "buttons[]",
-                    "text": "Cancel",
-                    "xtype": "Button",
-                    "|xns": "Roo"
-                },
-                {
-                    "listeners": {
-                        "click": "function (_self, e)\n{\n    _this.dialog.hide();\n    _this.callback(true);\n}"
-                    },
-                    "*prop": "buttons[]",
-                    "text": "CLOSE",
+                    "text": "Close",
                     "xtype": "Button",
                     "|xns": "Roo"
                 }
index 06ff594..13cfa26 100644 (file)
@@ -319,19 +319,7 @@ Pman.Dialog.AdminEnumImages = {
                             _this.callback(true);
                         }
                     },
-                    text : "Cancel"
-                },
-                {
-                    xtype: 'Button',
-                    xns: Roo,
-                    listeners : {
-                        click : function (_self, e)
-                        {
-                            _this.dialog.hide();
-                            _this.callback(true);
-                        }
-                    },
-                    text : "CLOSE"
+                    text : "Close"
                 }
             ]
         });