* improve UI of datatable/ajaxcustom modal view.

This commit is contained in:
Catouse
2018-05-15 17:06:28 +08:00
parent 8f61e1ed73
commit 485debed48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
<?php if(isset($col['name'])) echo html::hidden('name', $col['name'])?>
<span><span class='text-muted'><?php echo $lang->datatable->width?></span> <input type='text' id='width' class='form-control' value='<?php echo $col['width']?>'><?php echo $autoWidth ? '&nbsp;' : 'px' ?></span>
</div>
<div class="checkbox-primary"><label></label></div>
<div class="checkbox-primary<?php echo $required ? ' disabled' : '';?>"><label></label></div>
<span class='title'><span class='title-bar'><strong><?php echo $col['title']?></strong><i class='icon-move'></i></span></span> <?php if($required) echo "<span class='text-muted'>({$lang->datatable->required})</span>"?>
</div>
<?php endforeach;?>
File diff suppressed because one or more lines are too long