* Fix bug#30371.
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
#dataform .table-form>tbody>tr>th {width: 70px;}
|
||||
#dataform .table-form td.form-actions.text-center {padding-top: 20px;}
|
||||
#dataform #group_chosen .chosen-drop .chosen-results {max-height: 180px;}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th><?php echo $lang->dataview->group;?></th>
|
||||
<td><?php echo html::select('group', $groups, '', "class='form-control chosen'");?></td>
|
||||
<td><?php echo html::select('group', $groups, '', "class='form-control chosen' data-drop_direction='down'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='thWidth'><?php echo $lang->dataview->name;?></th>
|
||||
|
||||
Reference in New Issue
Block a user