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

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

index 6f573c2..e925385 100644 (file)
             "xtype": "LayoutDialog",
             "|xns": "Roo",
             "items": [
-                {
-                    "|xns": "Roo",
-                    "xtype": "Button",
-                    "*prop": "buttons[]"
-                },
                 {
                     "|xns": "Roo",
                     "xtype": "LayoutRegion",
                             ]
                         }
                     ]
+                },
+                {
+                    "|xns": "Roo",
+                    "xtype": "Button",
+                    "*prop": "buttons[]"
                 }
             ]
         }
index faac5fa..df92ae3 100644 (file)
@@ -280,7 +280,13 @@ Pman.Dialog.AdminEventLog = {
             center : {
                 xtype: 'LayoutRegion',
                 xns: Roo
-            }
+            },
+            buttons : [
+                {
+                    xtype: 'Button',
+                    xns: Roo
+                }
+            ]
         });
     }
 };