mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Bbcode button styling and fixes.
This commit is contained in:
@@ -5296,7 +5296,7 @@ class e_admin_form_ui extends e_form
|
||||
<fieldset class='e-filter'>
|
||||
<legend class='e-hideme'>".LAN_LABEL_LABEL_SELECTED."</legend>
|
||||
".$filter_pre."
|
||||
<div class='left' style='margin-top:10px;margin-bottom:-10px'>
|
||||
<div class='left form-inline' style='margin-top:10px;margin-bottom:-10px'>
|
||||
".$this->text('searchquery', $current_query[0], 50, $input_options)."<i class='icon-search searchquery'></i>
|
||||
".$this->select_open('filter_options', array('class' => 'e-tip tbox select filter', 'id' => false, 'title'=>'Filter the results below'))."
|
||||
".$this->option(LAN_FILTER_LABEL_DISPLAYALL, '')."
|
||||
|
Reference in New Issue
Block a user