* Adjust style.

This commit is contained in:
leiyong
2021-01-08 16:13:42 +08:00
parent 019cbb2915
commit 347cc63d74
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -142,7 +142,10 @@
<th><?php echo $lang->todo->beginAndEnd;?></th>
<td>
<div class='input-group'>
<?php echo html::select('begin', $times, date('Y-m-d') != $date ? key($times) : $time, 'onchange=selectNext(); class="form-control chosen" style="width: 50%;"') . html::select('end', $times, '', 'class="form-control chosen" style="width: 50%; margin-left:-1px"');?>
<?php
echo html::select('begin', $times, date('Y-m-d') != $date ? key($times) : $time, 'onchange=selectNext(); class="form-control chosen" style="width: 50%;"');
echo html::select('end', $times, '', 'class="form-control chosen" style="width: 50%; margin-left:-1px"');
?>
</div>
</td>
<td>