From 00adb485c3f447f21dcccd77e76c0f9d91f31d34 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 25 Mar 2014 12:36:58 +0800 Subject: [PATCH] Pman.Tab.AdminNotifyRecur.bjs Pman.Tab.AdminNotifyRecur.js --- Pman.Tab.AdminNotifyRecur.bjs | 18 +++++++++--------- Pman.Tab.AdminNotifyRecur.js | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Pman.Tab.AdminNotifyRecur.bjs b/Pman.Tab.AdminNotifyRecur.bjs index bccc4bb..07e6b0b 100644 --- a/Pman.Tab.AdminNotifyRecur.bjs +++ b/Pman.Tab.AdminNotifyRecur.bjs @@ -1,22 +1,22 @@ { - "id": "roo-file-361", + "id": "roo-file-256", "name": "Pman.Tab.AdminNotifyRecur", "parent": "Pman.Tab.AdminWatchNotify", "title": "Pman.Tab.AdminNotifyRecur", "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminNotifyRecur.bjs", "items": [ { - "|xns": "Roo", - "xtype": "GridPanel", - "title": "core_notify_recur", - "fitToframe": true, - "fitContainer": true, - "tableName": "core_notify_recur", - "background": true, - "region": "center", "listeners": { "|activate": "function() {\n _this.panel = this;\n if (_this.grid) {\n _this.grid.footer.onClick('first');\n }\n}" }, + "background": true, + "fitContainer": true, + "fitToframe": true, + "region": "center", + "tableName": "core_notify_recur", + "title": "Recurrent Notifications", + "xtype": "GridPanel", + "|xns": "Roo", "items": [ { "listeners": { diff --git a/Pman.Tab.AdminNotifyRecur.js b/Pman.Tab.AdminNotifyRecur.js index bfcfb85..b3b14a1 100644 --- a/Pman.Tab.AdminNotifyRecur.js +++ b/Pman.Tab.AdminNotifyRecur.js @@ -17,12 +17,6 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({ return { xtype: 'GridPanel', xns: Roo, - title : "core_notify_recur", - fitToframe : true, - fitContainer : true, - tableName : 'core_notify_recur', - background : true, - region : 'center', listeners : { activate : function() { _this.panel = this; @@ -31,6 +25,12 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({ } } }, + background : true, + fitContainer : true, + fitToframe : true, + region : 'center', + tableName : 'core_notify_recur', + title : "Recurrent Notifications", grid : { xtype: 'Grid', xns: Roo.grid, -- 2.39.2