Minor UI fix.

1.10.x
Julio Montoya 11 years ago
parent 62810e8a09
commit 64e3ee9d74
  1. 2
      main/css/base.css
  2. 4
      main/inc/lib/pear/HTML/QuickForm/advmultiselect.php

@ -7,7 +7,7 @@
/* when doing a var_dump*/
pre {
margin-top:40px;
margin-top:50px !important;
}
html,body{
height: 100%;

@ -1013,9 +1013,11 @@ class HTML_QuickForm_advmultiselect extends HTML_QuickForm_select
if ($this->selectAllCheckBox) {
$strHtml .= '
<div class="col-sm-8">
<label class="checkbox" >'.get_lang('SelectAll').'
<label >'.get_lang('SelectAll').'
<input type="checkbox" class="advmultiselect_checkbox" id="'.$selectId.'_select_all'.'">
</label>
</div>
';
}

Loading…
Cancel
Save