* Finish task #5273.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
.side-col .cell{padding:0px;}
|
||||
.side-col #legendProjectAndTask .list-unstyled{padding:10px; border-top:0px; margin:0px;}
|
||||
.col-4 .cell .tab-content .text-top{padding-top: 0px}
|
||||
.col-4 .cell .tab-content .text-top{padding-top: 1px}
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<td><?php echo $estimate->date;?></td>
|
||||
<td><?php echo $estimate->consumed;?></td>
|
||||
<td><?php echo $estimate->left;?></td>
|
||||
<td class="text-left"><?php echo $estimate->work;?></td>
|
||||
<td class="text-left" title="<?php echo $estimate->work;?>"><?php echo $estimate->work;?></td>
|
||||
<?php if(empty($task->team) or $task->assignedTo == $this->app->user->account):?>
|
||||
<td align='center' class='c-actions'>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user