Pman.Dialog.AdminEventLog.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:24:50 +0000 (12:24 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:24:50 +0000 (12:24 +0800)
Pman.Dialog.AdminEventLog.js

Pman.Dialog.AdminEventLog.bjs
Pman.Dialog.AdminEventLog.js

index e925385..297a9f8 100644 (file)
                     ]
                 },
                 {
-                    "|xns": "Roo",
+                    "*prop": "buttons[]",
+                    "text": "Close",
                     "xtype": "Button",
-                    "*prop": "buttons[]"
+                    "|xns": "Roo"
                 }
             ]
         }
index df92ae3..a6ce1aa 100644 (file)
@@ -284,7 +284,8 @@ Pman.Dialog.AdminEventLog = {
             buttons : [
                 {
                     xtype: 'Button',
-                    xns: Roo
+                    xns: Roo,
+                    text : "Close"
                 }
             ]
         });