* finish 2020

This commit is contained in:
chujilu
2014-08-15 15:59:35 +08:00
parent 56737be238
commit 2e344f2e0d
4 changed files with 55 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
</tr>
<tr>
<th><?php echo $lang->productplan->begin;?></th>
<td><?php echo html::input('begin', $begin, "class='form-control form-date'");?></td>
<td><?php echo html::input('begin', $begin, "class='form-control form-date' onchange='suitEndDate()'");?></td>
</tr>
<tr>
<th><?php echo $lang->productplan->end;?></th>