* adjust task record style.
This commit is contained in:
@@ -47,8 +47,8 @@ $lang->task->leftAB = 'Left';
|
||||
$lang->task->consumed = 'Consumed';
|
||||
$lang->task->consumedAB = 'Use';
|
||||
$lang->task->hour = 'Hour';
|
||||
$lang->task->beforeConsumed = 'Before consumed';
|
||||
$lang->task->consumedThisTime = 'This time consumed';
|
||||
$lang->task->consumedThisTime = 'Consumed';
|
||||
$lang->task->leftThisTime = 'Left';
|
||||
$lang->task->estStarted = 'Estimate start';
|
||||
$lang->task->realStarted = 'Real start';
|
||||
$lang->task->date = 'Date';
|
||||
|
||||
@@ -47,8 +47,8 @@ $lang->task->leftAB = '剩';
|
||||
$lang->task->consumed = '已经消耗';
|
||||
$lang->task->consumedAB = '耗';
|
||||
$lang->task->hour = '小时';
|
||||
$lang->task->beforeConsumed = '之前消耗';
|
||||
$lang->task->consumedThisTime = '本次消耗';
|
||||
$lang->task->consumedThisTime = '消耗';
|
||||
$lang->task->leftThisTime = '剩余';
|
||||
$lang->task->estStarted = '预计开始';
|
||||
$lang->task->realStarted = '实际开始';
|
||||
$lang->task->date = '日期';
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
<tr>
|
||||
<th class="w-id"><?php echo $lang->idAB;?></th>
|
||||
<th class="w-100px"><?php echo $lang->task->date;?></th>
|
||||
<th class="w-60px"><?php echo $lang->task->consumed;?></th>
|
||||
<th class="w-60px"><?php echo $lang->task->left;?></th>
|
||||
<th class="w-60px"><?php echo $lang->task->consumedThisTime;?></th>
|
||||
<th class="w-60px"><?php echo $lang->task->leftThisTime;?></th>
|
||||
<th><?php echo $lang->comment;?></th>
|
||||
<th><?php echo $lang->actions;?></th>
|
||||
<th class="w-60px"><?php echo $lang->actions;?></th>
|
||||
</tr>
|
||||
<?php foreach($estimates as $estimate):?>
|
||||
<tr class="a-center">
|
||||
@@ -30,7 +30,7 @@
|
||||
<td><?php echo $estimate->date;?></td>
|
||||
<td><?php echo $estimate->consumed;?></td>
|
||||
<td><?php echo $estimate->left;?></td>
|
||||
<td><?php echo $estimate->comment;?></td>
|
||||
<td class="a-left"><?php echo $estimate->comment;?></td>
|
||||
<td align='center'>
|
||||
<?php
|
||||
common::printIcon('task', 'editEstimate', "estimateID=$estimate->id", '', 'list', '', '', '', true);
|
||||
|
||||
Reference in New Issue
Block a user