* ajusted views.
* changed css names.
This commit is contained in:
@@ -17,19 +17,19 @@
|
||||
<table class='table-1 a-left'>
|
||||
<caption><?php echo $lang->task->editEstimate;?></caption>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->task->date;?></th>
|
||||
<th><?php echo $lang->task->date;?></th>
|
||||
<td><?php echo html::input('date', $estimate->date, 'class="select-3 date"');?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->task->record;?></th>
|
||||
<th><?php echo $lang->task->record;?></th>
|
||||
<td><?php echo html::input('consumed', $estimate->consumed, 'class="select-3"');?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->task->left;?></th>
|
||||
<th><?php echo $lang->task->left;?></th>
|
||||
<td><?php echo html::input('left', $estimate->left, 'class="select-3"');?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->comment;?></th>
|
||||
<th><?php echo $lang->comment;?></th>
|
||||
<td><?php echo html::textarea('work', $estimate->work, "class=text-5");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user