* Code for task #41764.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user