add button to manage link types

This commit is contained in:
Uwe Steinmann 2024-01-24 11:59:46 +01:00
parent 8cb2e9bfa3
commit d55ea00ea3

View File

@ -104,6 +104,9 @@ class SeedDMS_View_AdminTools extends SeedDMS_Theme_Style {
<?php if($accessop->check_view_access('Categories')) { ?>
<?= self::rowButton($settings->_httpRoot."out/out.Categories.php", "columns", "global_document_categories"); ?>
<?php } ?>
<?php if($accessop->check_view_access('LinkTypes')) { ?>
<?= self::rowButton($settings->_httpRoot."out/out.LinkTypes.php", "link", "global_link_types"); ?>
<?php } ?>
<?php if($accessop->check_view_access('AttributeMgr')) { ?>
<?= self::rowButton($settings->_httpRoot."out/out.AttributeMgr.php", "tags", "global_attributedefinitions"); ?>
<?= self::rowButton($settings->_httpRoot."out/out.AttributeGroupMgr.php", "tags", "global_attributedefinitiongroups"); ?>