This commit is contained in:
Yagami
2019-06-03 16:09:22 +08:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -124,7 +124,7 @@
<table class="table table-data">
<tbody>
<tr>
<th><?php echo $lang->story->product;?></th>
<th class='w-90px'><?php echo $lang->story->product;?></th>
<td><?php echo html::a($this->createLink('product', 'view', "productID=$story->product"), $product->name);?></td>
</tr>
<?php if($product->type != 'normal'):?>
@@ -229,7 +229,7 @@
</table>
</div>
<div class='tab-pane' id='legendLifeTime'>
<?php $widthClass = $app->getClientLang() == 'en' ? 'w-90px' : 'w-70px';?>
<?php $widthClass = $app->getClientLang() == 'en' ? 'w-100px' : 'w-70px';?>
<table class="table table-data">
<tbody>
<tr>
+1 -1
View File
@@ -188,7 +188,7 @@
<table class="table table-data">
<tbody>
<tr>
<th><?php echo $lang->task->project;?></th>
<th class='w-90px'><?php echo $lang->task->project;?></th>
<td><?php if(!common::printLink('project', 'view', "projectID=$task->project", $project->name)) echo $project->name;?></td>
</tr>
<tr>