mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-09 05:52:29 +00:00
add link to AttrGroupMgr
This commit is contained in:
parent
9d664123f9
commit
c32f2e631c
|
|
@ -106,6 +106,8 @@ class SeedDMS_View_AdminTools extends SeedDMS_Theme_Style {
|
|||
<?php } ?>
|
||||
<?php if($accessop->check_view_access('AttributeMgr')) { ?>
|
||||
<?= self::rowButton($settings->_httpRoot."out/out.AttributeMgr.php", "tags", "global_attributedefinitions"); ?>
|
||||
<?php if($accessop->check_view_access('AttributeGroupMgr')) { ?>
|
||||
<?= self::rowButton($settings->_httpRoot."out/out.AttributeGroupMgr.php", "tags", "global_attributedefinitiongroups"); ?>
|
||||
<?php } ?>
|
||||
<?php echo $this->callHook('endOfRow', 3); ?>
|
||||
<?= self::endRow(); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user