Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-01-13 13:18:47 +01:00
commit feec95eff7

View File

@ -139,7 +139,7 @@ class SeedDMS_View_AdminTools extends SeedDMS_Bootstrap_Style {
<?= self::startRow(); ?>
<?php echo $this->callHook('startOfRow', 6); ?>
<?php if($accessop->check_view_access('Statistic')) { ?>
<?= self::rowButton("../out/out.Statistic.php", "tasks", "folders_and_documents_statistic"); ?>
<?= self::rowButton("../out/out.Statistic.php", "sitemap", "folders_and_documents_statistic"); ?>
<?php } ?>
<?php if($accessop->check_view_access('Charts')) { ?>
<?= self::rowButton("../out/out.Charts.php", "bar-chart", "charts"); ?>