From: benny Date: Thu, 12 Jul 2018 09:29:28 +0000 (+0800) Subject: Pman.Tab.AdminLogEvents.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=1bb1545936d79d8be353860ec6698dbfa362af52 Pman.Tab.AdminLogEvents.bjs Pman.Tab.AdminLogEvents.js --- diff --git a/Pman.Tab.AdminLogEvents.bjs b/Pman.Tab.AdminLogEvents.bjs index 136fcb5..0899bdf 100644 --- a/Pman.Tab.AdminLogEvents.bjs +++ b/Pman.Tab.AdminLogEvents.bjs @@ -21,9 +21,9 @@ "679308a758de538c5f39c4c6cdba6593" : "Select Affects", "a8929eb5c1553d3f70497f862d25d0ce" : "Select Action", "39b9e051f9fe75e65c7a330bb00499d4" : "Date Range", + "4e97aeeaa8b15ca1180fcd1f3ac478d1" : "When", "004bf6c9a40003140292e97330236c53" : "Action", "2bd339d85ee3b33e513359ce781b60cc" : "Restore", - "db4b6786c3fc5a286611c5d61e040103" : "Whenxxx", "90e4ac2e5a22e53df63b6b186d8727ba" : "No Events found", "2c92a9a6a5dbf570825e62eabcdecd8d" : "Affected" }, @@ -404,7 +404,7 @@ }, { "xtype" : "ColumnModel", - "header" : "Whenxxx", + "header" : "When", "width" : 100, "$ renderer" : "function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }", "$ xns" : "Roo.grid", diff --git a/Pman.Tab.AdminLogEvents.js b/Pman.Tab.AdminLogEvents.js index 68988b6..41b7847 100644 --- a/Pman.Tab.AdminLogEvents.js +++ b/Pman.Tab.AdminLogEvents.js @@ -22,10 +22,10 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ '679308a758de538c5f39c4c6cdba6593' :"Select Affects", 'a8929eb5c1553d3f70497f862d25d0ce' :"Select Action", '39b9e051f9fe75e65c7a330bb00499d4' :"Date Range", + '4e97aeeaa8b15ca1180fcd1f3ac478d1' :"When", '40bed7cf9b3d4bb3a3d7a7e3eb18c5eb' :"Person", '004bf6c9a40003140292e97330236c53' :"Action", '2bd339d85ee3b33e513359ce781b60cc' :"Restore", - 'db4b6786c3fc5a286611c5d61e040103' :"Whenxxx", '90e4ac2e5a22e53df63b6b186d8727ba' :"No Events found", '2c92a9a6a5dbf570825e62eabcdecd8d' :"Affected" }, @@ -1359,7 +1359,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ { xtype : 'ColumnModel', dataIndex : 'event_when', - header : _this._strings['db4b6786c3fc5a286611c5d61e040103'] /* Whenxxx */, + header : _this._strings['4e97aeeaa8b15ca1180fcd1f3ac478d1'] /* When */, renderer : function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }, width : 100, xns : Roo.grid,