* remove chosen-simple class.

This commit is contained in:
Catouse
2018-05-24 17:49:29 +08:00
parent 4291dd0ee3
commit cf906f6e61
13 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->doc->libType?></th>
<td><?php echo html::select('libType', $libTypeList, $type, "class='form-control chosen-simple'")?></td>
<td><?php echo html::select('libType', $libTypeList, $type, "class='form-control'")?></td>
</tr>
<tr class='product'>
<th><?php echo $lang->doc->product?></th>