X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Tab.AdminLogEvents.js;h=41b7847d3f855c0e8796e9db9fccb9927468f678;hp=6762421b470d0c8025305a571328d7ab47313887;hb=HEAD;hpb=a91cc2909265ce1c3266018a32f1d715df5af735 diff --git a/Pman.Tab.AdminLogEvents.js b/Pman.Tab.AdminLogEvents.js index 6762421..41b7847 100644 --- a/Pman.Tab.AdminLogEvents.js +++ b/Pman.Tab.AdminLogEvents.js @@ -29,6 +29,21 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ '90e4ac2e5a22e53df63b6b186d8727ba' :"No Events found", '2c92a9a6a5dbf570825e62eabcdecd8d' :"Affected" }, + _named_strings : { + 'person_table_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ , + 'person_id_name_qtip' : '340c2ee497b85d5954b01c64de7f44f6' /* Select Person */ , + 'person_table_qtip' : '037fd50b0e85bb65995ca7125d06c7cd' /* Select Person Table */ , + 'person_table_emptyText' : '037fd50b0e85bb65995ca7125d06c7cd' /* Select Person Table */ , + 'person_id_name_emptyText' : '340c2ee497b85d5954b01c64de7f44f6' /* Select Person */ , + 'person_id_name_fieldLabel' : '40bed7cf9b3d4bb3a3d7a7e3eb18c5eb' /* Person */ , + 'on_table_qtip' : 'a8929eb5c1553d3f70497f862d25d0ce' /* Select Action */ , + 'on_table_emptyText' : '679308a758de538c5f39c4c6cdba6593' /* Select Affects */ , + 'action_emptyText' : 'a8929eb5c1553d3f70497f862d25d0ce' /* Select Action */ , + 'action_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ , + 'action_qtip' : 'a8929eb5c1553d3f70497f862d25d0ce' /* Select Action */ , + 'on_table_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ , + 'person_id_name_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ + }, part : ["Admin", "LogEvents" ], order : '001-Pman.Tab.AdminLogEvents', @@ -37,7 +52,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ name : "Admin - Logs - Events", disabled : false, permname : 'Admin.Logs', - _tree : function() + _tree : function(_data) { var _this = this; var MODULE = this; @@ -88,7 +103,6 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ title : _this._strings['87f9f735a1d36793ceaecd4e47124b63'] /* Events */, listeners : { activate : function() { - Roo.log('get activate??????????'); _this.panel = this; if (_this.grid) { _this.grid.footer.onClick('first'); @@ -388,7 +402,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ proxy : { xtype : 'HttpProxy', method : 'GET', - url : baseURL + '/Roo/Person.php', + url : baseURL + '/Roo/core_person', xns : Roo.data, '|xns' : 'Roo.data' },