* Adjust codes.

This commit is contained in:
wumo
2018-03-21 14:17:09 +08:00
parent 0fb63f3814
commit 980c043a25
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ class build extends control
{
if(empty($builds))
{
echo html::a($this->createLink('build', 'create', "projectID=$projectID "), $this->lang->build->create, '_blank');
echo html::a($this->createLink('build', 'create', "projectID=$projectID"), $this->lang->build->create, '_blank');
echo '  ';
echo html::a("javascript:loadProjectBuilds($projectID)", $this->lang->refresh);
}
+2 -2
View File
@@ -44,7 +44,7 @@
<?php $vars = "productID=$productID&branch=$branch&browseType=$browseType&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
<tr class='colhead'>
<th class='w-id'> <?php common::printOrderLink('id', $orderBy, $vars, $lang->idAB);?></th>
<th class='w-p10'> <?php common::printOrderLink('title', $orderBy, $vars, $lang->productplan->title);?></th>
<th class='w-p15'> <?php common::printOrderLink('title', $orderBy, $vars, $lang->productplan->title);?></th>
<?php if($this->session->currentProductType != 'normal'):?>
<th class='w-100px'><?php common::printOrderLink('branch',$orderBy, $vars, $lang->product->branch);?></th>
<?php endif;?>
@@ -55,7 +55,7 @@
<th class='w-60px'> <?php echo $lang->productplan->hour;?></th>
<th class='w-60px'> <?php echo $lang->productplan->project;?></th>
<th class='w-p20'> <?php echo $lang->productplan->desc;?></th>
<th class="w-150px {sorter: false}"><?php echo $lang->actions;?></th>
<th class="w-130px {sorter: false}"><?php echo $lang->actions;?></th>
</tr>
</thead>
<tbody>