* 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
+2 -2
View File
@@ -94,11 +94,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->consumed;?></th>
<td><input type='text' name='consumed' value='<?php echo $task->consumed;?>' class='text-1' /></td>
<td><?php echo html::input('consumed', $task->consumed, "class='text-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->left;?></th>
<td><input type='text' name='left' value='<?php echo $task->left;?>' class='text-1' /></td>
<td><?php echo html::input('left', $task->left, "class='text-1'");?></td>
</tr>
</table>
</fieldset>