Pman.Tab.AdminLogEvents.bjs
[Pman.Admin] / Pman.Tab.AdminLogEvents.bjs
index 6351a1b..976fcb1 100644 (file)
@@ -8,8 +8,8 @@
     "items" : [
         {
             "region" : "center",
-            "xtype" : "NestedLayoutPanel",
             "title" : "Events",
+            "xtype" : "NestedLayoutPanel",
             "$ xns" : "Roo",
             "items" : [
                 {
@@ -43,9 +43,9 @@
                             "listeners" : {
                                 "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
                             },
+                            "region" : "center",
                             "fitToframe" : true,
                             "background" : false,
-                            "region" : "center",
                             "title" : "Events",
                             "xtype" : "GridPanel",
                             "fitContainer" : true,
@@ -92,8 +92,8 @@
                                                 },
                                                 {
                                                     "$ url" : "baseURL + '/Roo/Events.php'",
-                                                    "method" : "GET",
                                                     "xtype" : "HttpProxy",
+                                                    "method" : "GET",
                                                     "$ xns" : "Roo.data",
                                                     "* prop" : "proxy"
                                                 }
                                                     "loadingText" : "Searching...",
                                                     "items" : [
                                                         {
-                                                            "| data" : "(function() { \n\n    if(typeof(uiConfig.events_person_table) == 'undefined' || !uiConfig.events_person_table.length){\n\n        return [];        \n    }\n\n    return uiConfig.events_person_table;\n    \n})()",
+                                                            "| data" : "(function() { \n\n    if(typeof(uiConfig) == 'undefined' || typeof(uiConfig.events_person_table) == 'undefined' || !uiConfig.events_person_table.length){\n\n        return [];        \n    }\n\n    return uiConfig.events_person_table;\n    \n})()",
                                                             "xtype" : "SimpleStore",
                                                             "$ fields" : "[ 'value' ]",
                                                             "$ xns" : "Roo.data",
                                                             "items" : [
                                                                 {
                                                                     "$ url" : "baseURL + '/Roo/Person.php'",
-                                                                    "xtype" : "HttpProxy",
                                                                     "method" : "GET",
+                                                                    "xtype" : "HttpProxy",
                                                                     "$ xns" : "Roo.data",
                                                                     "* prop" : "proxy"
                                                                 },
                                                             "items" : [
                                                                 {
                                                                     "$ url" : "baseURL + '/Roo/Events.php'",
-                                                                    "xtype" : "HttpProxy",
                                                                     "method" : "GET",
+                                                                    "xtype" : "HttpProxy",
                                                                     "$ xns" : "Roo.data",
                                                                     "* prop" : "proxy"
                                                                 },
                                                             "items" : [
                                                                 {
                                                                     "$ url" : "baseURL + '/Roo/Events.php'",
-                                                                    "xtype" : "HttpProxy",
                                                                     "method" : "GET",
+                                                                    "xtype" : "HttpProxy",
                                                                     "$ xns" : "Roo.data",
                                                                     "* prop" : "proxy"
                                                                 },
                                         },
                                         {
                                             "xtype" : "ColumnModel",
-                                            "header" : "When",
                                             "width" : 100,
+                                            "header" : "When",
                                             "$ renderer" : "function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }",
                                             "$ xns" : "Roo.grid",
                                             "* prop" : "colModel[]",
                                         },
                                         {
                                             "xtype" : "ColumnModel",
-                                            "header" : "#id",
                                             "width" : 100,
+                                            "header" : "#id",
                                             "$ xns" : "Roo.grid",
                                             "* prop" : "colModel[]",
                                             "dataIndex" : "id"
                                         },
                                         {
                                             "xtype" : "ColumnModel",
-                                            "header" : "Staff",
                                             "width" : 150,
+                                            "header" : "Staff",
                                             "$ renderer" : "function(v,x,r) { \n    \n    var efield = typeof(_this.email_field) == 'undefined' ? 'person_id_email' : _this.email_field;\n    var nfield = typeof(_this.name_field) == 'undefined' ? 'person_id_name' : _this.name_field;    \n    \n    //Roo.log([r, efield, nfield]);\n    \n    var email = r.json[efield]; // ? r.data.person_id_email : r.data.person_id_email;\n    var name  = r.json[nfield]; // ? r.data.person_id_name : r.data.person_id_name;    \n    return String.format('{0} &lt;<a href=\"mailto:{1}\">{1}</a>&gt;', \n        name, email); \n\n\n}",
                                             "$ xns" : "Roo.grid",
                                             "* prop" : "colModel[]",
                                         },
                                         {
                                             "xtype" : "ColumnModel",
-                                            "width" : 100,
                                             "header" : "Action",
+                                            "width" : 100,
                                             "$ renderer" : "function(v) { return String.format('{0}', v); }",
                                             "$ xns" : "Roo.grid",
                                             "* prop" : "colModel[]",
                                         },
                                         {
                                             "xtype" : "ColumnModel",
-                                            "width" : 100,
                                             "header" : "IP",
+                                            "width" : 100,
                                             "$ renderer" : "function(v) { return String.format('{0}', v); }",
                                             "$ xns" : "Roo.grid",
                                             "* prop" : "colModel[]",
                                         },
                                         {
                                             "xtype" : "ColumnModel",
-                                            "header" : "Affected",
                                             "width" : 100,
+                                            "header" : "Affected",
                                             "$ renderer" : "function(v, x, r) {                     \n            return v ? String.format('{0}({1})', v,  r.data.on_id)  : '';  \n   }",
                                             "$ xns" : "Roo.grid",
                                             "* prop" : "colModel[]",
                                         },
                                         {
                                             "xtype" : "ColumnModel",
-                                            "header" : "Remarks",
                                             "width" : 300,
+                                            "header" : "Remarks",
                                             "$ renderer" : "function(v) { return String.format('<span qtip=\"{1}\">{0}</span>', v, Roo.util.Format.htmlEncode(v)); }",
                                             "$ xns" : "Roo.grid",
                                             "* prop" : "colModel[]",