mirror of
https://github.com/e107inc/e107.git
synced 2025-06-07 03:15:03 +02:00
Fixes #2722 - html fix.
This commit is contained in:
parent
018dc53f06
commit
7508764f18
@ -6663,7 +6663,7 @@ class e_admin_form_ui extends e_form
|
|||||||
<span class='form-group has-feedback has-feedback-left'>
|
<span class='form-group has-feedback has-feedback-left'>
|
||||||
".$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'=>LAN_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_DISPLAYALL, '')."
|
||||||
".$this->option(LAN_FILTER_LABEL_CLEAR, '___reset___')."
|
".$this->option(LAN_FILTER_LABEL_CLEAR, '___reset___')."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user