Update productsummary.html.php

change 2 column width of date
This commit is contained in:
dajiao007
2018-02-02 13:31:27 +08:00
committed by GitHub
parent 0b281d6ed3
commit 57a21b160e
+2 -2
View File
@@ -32,8 +32,8 @@
<th width='200'><?php echo $lang->product->name;?></th>
<th width='120'><?php echo $lang->product->PO;?></th>
<th><?php echo $lang->productplan->common;?></th>
<th width="150"><?php echo $lang->productplan->begin;?></th>
<th width="150"><?php echo $lang->productplan->end;?></th>
<th width="100"><?php echo $lang->productplan->begin;?></th>
<th width="100"><?php echo $lang->productplan->end;?></th>
<th class="w-70px"><?php echo $lang->story->statusList['draft'];?></th>
<th class="w-70px"><?php echo $lang->story->statusList['active'];?></th>
<th class="w-70px"><?php echo $lang->story->statusList['changed'];?></th>