- Remove unused bindProduct.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
<td class='text' title='<?php echo $gitlab->url; ?>'><?php echo $gitlab->url; ?></td>
|
||||
<td class='c-actions text-left'>
|
||||
<?php
|
||||
common::printLink('gitlab', 'bindproduct', "gitlabID=$id", "<i class='icon icon-product'></i>");
|
||||
common::printIcon('gitlab', 'edit', "gitlabID=$id", '', 'list', 'edit');
|
||||
common::printIcon('gitlab', 'binduser', "id=$id", '', 'list', 'group');
|
||||
if(common::hasPriv('gitlab', 'delete')) echo html::a($this->createLink('gitlab', 'delete', "gitlabID=$id"), '<i class="icon-trash"></i>', 'hiddenwin', "title='{$lang->gitlab->delete}' class='btn'");
|
||||
|
||||
Reference in New Issue
Block a user