From d452b442e0de9400f7c78e684e779c7e28ed0fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Mon, 7 Nov 2016 08:24:45 +0100 Subject: [PATCH] Update admin_ui.php --- e107_handlers/admin_ui.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 5d32adee0..21c82c5c3 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -6068,7 +6068,7 @@ class e_admin_form_ui extends e_form ".$this->text('searchquery', $current_query[0], 50, $input_options)." - ".$this->select_open('filter_options', array('class' => 'form-control e-tip tbox select filter', 'id' => false, 'title'=>RL_LAN_088))." + ".$this->select_open('filter_options', array('class' => 'form-control e-tip tbox select filter', 'id' => false, 'title'=>LAN_FILTER_THE_RESULTS_BELOW))." ".$this->option(LAN_FILTER_LABEL_DISPLAYALL, '')." ".$this->option(LAN_FILTER_LABEL_CLEAR, '___reset___')." ".$this->renderBatchFilter('filter', $current_query[1])." @@ -6502,11 +6502,11 @@ class e_admin_form_ui extends e_form //TODO today, yesterday, this-month, last-month . $dateFilters = array ( - 'hour' => RL_LAN_127, - "day" => RL_LAN_128, - "week" => RL_LAN_129, - "month" => RL_LAN_130, - "year" => RL_LAN_131 + 'hour' => LAN_UI_PAST_HOUR, + "day" => LAN_UI_PAST_24_HOURS, + "week" => LAN_UI_PAST_WEEK, + "month" => LAN_UI_PAST_MONTH, + "year" => LAN_UI_PAST_YEAR ); foreach($dateFilters as $k => $name)