* Optimize code.

This commit is contained in:
mayue
2022-04-02 09:08:39 +08:00
parent 215595c36b
commit d6a3a38d0a
+1 -1
View File
@@ -25,7 +25,7 @@
<table class='table table-form'>
<tr>
<th class='thWidth'><?php echo $lang->story->reviewedDate;?></th>
<td class='w-p25-f'><div class='datepicker-wrapper datepicker-date'><?php echo html::input('reviewedDate', helper::now(), "class='form-control form-datetime' data-picker-position='bottom-right'");?></div></td>
<td class='w-p25-f'><div><?php echo html::input('reviewedDate', helper::now(), "class='form-control form-datetime' data-picker-position='bottom-right'");?></div></td>
</tr>
<tr>
<th><?php echo $lang->story->reviewResult;?></th>