* change label of edit estimate.

This commit is contained in:
zhujinyong
2013-03-03 00:39:40 +00:00
parent 7581d12cb7
commit c34e90d9e9

View File

@@ -20,7 +20,7 @@
<td><?php echo html::input('date', $estimate->date, 'class="select-3 date"');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->consumed;?></th>
<th class='rowhead'><?php echo $lang->task->record;?></th>
<td><?php echo html::input('consumed', $estimate->consumed, 'class="select-3"');?></td>
</tr>
<tr>