add link to AttrGroupMgr

This commit is contained in:
Uwe Steinmann 2026-04-20 19:43:08 +02:00
parent 9d664123f9
commit c32f2e631c

View File

@ -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(); ?>