sync
[Pman.Admin] / Pman.Tab.AdminLogEvents.bjs
index ec7ea9e..f783794 100644 (file)
   "90e4ac2e5a22e53df63b6b186d8727ba" : "No Events found",
   "2c92a9a6a5dbf570825e62eabcdecd8d" : "Affected"
  },
+ "named_strings" : {
+  "person_table_loadingText" : "1243daf593fa297e07ab03bf06d925af",
+  "person_id_name_qtip" : "340c2ee497b85d5954b01c64de7f44f6",
+  "person_table_qtip" : "037fd50b0e85bb65995ca7125d06c7cd",
+  "person_table_emptyText" : "037fd50b0e85bb65995ca7125d06c7cd",
+  "person_id_name_emptyText" : "340c2ee497b85d5954b01c64de7f44f6",
+  "person_id_name_fieldLabel" : "40bed7cf9b3d4bb3a3d7a7e3eb18c5eb",
+  "on_table_qtip" : "a8929eb5c1553d3f70497f862d25d0ce",
+  "on_table_emptyText" : "679308a758de538c5f39c4c6cdba6593",
+  "action_emptyText" : "a8929eb5c1553d3f70497f862d25d0ce",
+  "action_loadingText" : "1243daf593fa297e07ab03bf06d925af",
+  "action_qtip" : "a8929eb5c1553d3f70497f862d25d0ce",
+  "on_table_loadingText" : "1243daf593fa297e07ab03bf06d925af",
+  "person_id_name_loadingText" : "1243daf593fa297e07ab03bf06d925af"
+ },
  "items" : [
   {
    "region" : "center",
@@ -65,9 +80,9 @@
        "listeners" : {
         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
        },
-       "fitToframe" : true,
        "background" : false,
        "region" : "center",
+       "fitToframe" : true,
        "title" : "Events",
        "xtype" : "GridPanel",
        "fitContainer" : true,
                "* prop" : "store",
                "items" : [
                 {
-                 "$ url" : "baseURL + '/Roo/Person.php'",
+                 "$ url" : "baseURL + '/Roo/core_person'",
                  "method" : "GET",
                  "xtype" : "HttpProxy",
                  "$ xns" : "Roo.data",
            "width" : 100,
            "header" : "#id",
            "$ xns" : "Roo.grid",
+           "$ Boolean hidden" : "(function() {\n    return typeof(Pman.Tab.AdminLogEvents.hide_cols) == 'undefined' ? \n    false : \n    ((Pman.Tab.AdminLogEvents.hide_cols.indexOf('id') > -1) ? true : false);\n})()",
            "* prop" : "colModel[]",
            "dataIndex" : "id"
           },
            "header" : "Affected",
            "$ renderer" : "function(v, x, r) {                     \n            return v ? String.format('{0}({1})', v,  r.data.on_id)  : '';  \n   }",
            "$ xns" : "Roo.grid",
+           "$ Boolean hidden" : "(function() {\n    return typeof(Pman.Tab.AdminLogEvents.hide_cols) == 'undefined' ? \n    false : \n    ((Pman.Tab.AdminLogEvents.hide_cols.indexOf('on_table') > -1) ? true : false);\n})()",
            "* prop" : "colModel[]",
            "dataIndex" : "on_table"
           },