* finish task #6166,#6149,6139

This commit is contained in:
jinianlan
2019-07-29 15:54:08 +08:00
parent d187bc8515
commit c90aac3512
68 changed files with 106 additions and 102 deletions
+2 -2
View File
@@ -288,7 +288,7 @@
</table>
</div>
<div class='tab-pane' id='legendLife'>
<?php $widthClass = common::checkEnLang() ? 'w-100px' : 'w-70px';?>
<?php $widthClass = common::checkNotCN() ? 'w-100px' : 'w-70px';?>
<table class='table table-data'>
<tr>
<th class='<?php echo $widthClass;?>'><?php echo $lang->task->openedBy;?></th>
@@ -344,7 +344,7 @@
<summary class="detail-title"><?php echo $lang->task->legendEffort;?></summary>
<div class="detail-content">
<table class='table table-data'>
<?php $widthClass = common::checkEnLang() ? 'w-90px' : 'w-70px';?>
<?php $widthClass = common::checkNotCN() ? 'w-90px' : 'w-70px';?>
<tr>
<th class='<?php echo $widthClass;?>'><?php echo $lang->task->estimate;?></th>
<td><?php echo $task->estimate . $lang->workingHour;?></td>