1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-05 11:45:38 +02:00

Update admin_ui.php

This commit is contained in:
Gábor 2016-11-11 08:10:56 +01:00 committed by GitHub
parent 81ff24a75b
commit a4f4f205e7

View File

@ -6068,7 +6068,7 @@ class e_admin_form_ui extends e_form
".$this->text('searchquery', $current_query[0], 50, $input_options)."
<i class='fa fa-search searchquery form-control-feedback form-control-feedback-left'></i>
<span>
".$this->select_open('filter_options', array('class' => 'form-control e-tip tbox select filter', 'id' => false, 'title'=>LAN_UI_FILTER))."
".$this->select_open('filter_options', array('class' => 'form-control e-tip tbox select filter', 'id' => false, 'title'=>LAN_FILTER))."
".$this->option(LAN_FILTER_LABEL_DISPLAYALL, '')."
".$this->option(LAN_FILTER_LABEL_CLEAR, '___reset___')."
".$this->renderBatchFilter('filter', $current_query[1])."