mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
add button to manage link types
This commit is contained in:
parent
8cb2e9bfa3
commit
d55ea00ea3
|
@ -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"); ?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user