* Optimize code.

This commit is contained in:
mayue
2022-04-02 14:11:23 +08:00
parent d6a3a38d0a
commit cb5f72d34e
+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><?php echo html::input('reviewedDate', helper::now(), "class='form-control form-datetime' data-picker-position='bottom-right'");?></div></td>
<td class='w-p25-f'><?php echo html::input('reviewedDate', helper::now(), "class='form-control form-datetime' data-picker-position='bottom-right'");?></td>
</tr>
<tr>
<th><?php echo $lang->story->reviewResult;?></th>