* Code for task #41764.

This commit is contained in:
liyuchun
2021-08-29 22:28:09 +08:00
parent e37cf70d83
commit 18352e76b0
35 changed files with 200 additions and 183 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
<thead>
<tr>
<?php $vars = "orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";?>
<th class='w-60px'><?php common::printOrderLink('id', $orderBy, $vars, $lang->gitlab->id);?></th>
<th class='w-200px text-left'><?php common::printOrderLink('name', $orderBy, $vars, $lang->gitlab->name);?></th>
<th class='c-id'><?php common::printOrderLink('id', $orderBy, $vars, $lang->gitlab->id);?></th>
<th class='c-name text-left'><?php common::printOrderLink('name', $orderBy, $vars, $lang->gitlab->name);?></th>
<th class='text-left'><?php common::printOrderLink('url', $orderBy, $vars, $lang->gitlab->url);?></th>
<th class='c-actions-3'><?php echo $lang->actions;?></th>
</tr>
+4 -4
View File
@@ -29,10 +29,10 @@
<table class="table table-form with-border">
<thead>
<tr>
<th class='w-60px'><?php echo $lang->gitlab->gitlabIssue;?></th>
<th class='w-30px'><?php echo $lang->gitlab->objectType;?></th>
<th class='w-30px'><?php echo $lang->product->common;?></th>
<th class='w-30px'><?php echo $lang->execution->common;?></th>
<th class='c-issue'><?php echo $lang->gitlab->gitlabIssue;?></th>
<th class='c-type'><?php echo $lang->gitlab->objectType;?></th>
<th class='c-product'><?php echo $lang->product->common;?></th>
<th class='c-execution'><?php echo $lang->execution->common;?></th>
</tr>
</thead>
<tbody>