mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Update admin_ui.php
This commit is contained in:
@@ -6068,7 +6068,7 @@ class e_admin_form_ui extends e_form
|
|||||||
".$this->text('searchquery', $current_query[0], 50, $input_options)."
|
".$this->text('searchquery', $current_query[0], 50, $input_options)."
|
||||||
<i class='fa fa-search searchquery form-control-feedback form-control-feedback-left'></i>
|
<i class='fa fa-search searchquery form-control-feedback form-control-feedback-left'></i>
|
||||||
<span>
|
<span>
|
||||||
".$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_DISPLAYALL, '')."
|
||||||
".$this->option(LAN_FILTER_LABEL_CLEAR, '___reset___')."
|
".$this->option(LAN_FILTER_LABEL_CLEAR, '___reset___')."
|
||||||
".$this->renderBatchFilter('filter', $current_query[1])."
|
".$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 .
|
//TODO today, yesterday, this-month, last-month .
|
||||||
|
|
||||||
$dateFilters = array (
|
$dateFilters = array (
|
||||||
'hour' => RL_LAN_127,
|
'hour' => LAN_UI_PAST_HOUR,
|
||||||
"day" => RL_LAN_128,
|
"day" => LAN_UI_PAST_24_HOURS,
|
||||||
"week" => RL_LAN_129,
|
"week" => LAN_UI_PAST_WEEK,
|
||||||
"month" => RL_LAN_130,
|
"month" => LAN_UI_PAST_MONTH,
|
||||||
"year" => RL_LAN_131
|
"year" => LAN_UI_PAST_YEAR
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach($dateFilters as $k => $name)
|
foreach($dateFilters as $k => $name)
|
||||||
|
Reference in New Issue
Block a user