* change doc/createLib modal style.

This commit is contained in:
Catouse
2018-05-18 11:33:02 +08:00
parent d4bd3ca5a7
commit 69ebbbc0f6
+1 -1
View File
@@ -21,7 +21,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'")?></td>
<td><?php echo html::select('libType', $libTypeList, $type, "class='form-control chosen-simple'")?></td>
</tr>
<tr class='product'>
<th><?php echo $lang->doc->product?></th>