* adjust the fields, add help link.

This commit is contained in:
wangchunsheng
2010-03-26 06:32:49 +00:00
parent f0ebf75314
commit 51920ba04e
21 changed files with 43 additions and 36 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
<th class='rowhead'><?php echo $lang->todo->beginAndEnd;?></th>
<td>
<?php echo html::select('begin', $times, $time, 'onchange=selectNext(); class=select-2') . html::select('end', $times, '', 'class=select-2');?>
<input type='checkbox' onclick='switchDateFeature(this);'><?php echo $lang->todo->lblDisableDate;?>
<input type='checkbox' id='switchDate' onclick='switchDateFeature(this);'><?php echo $lang->todo->lblDisableDate;?>
</td>
</tr>
<tr>