added a gui item for managing automated searches

This commit is contained in:
SJ
2014-01-24 14:23:49 +01:00
parent 3d472205b6
commit e49704fac7
18 changed files with 447 additions and 37 deletions

View File

@ -41,6 +41,8 @@ if(isset($this->request->get['route'])) {
} ?>>
<div id="messagebox1"></div>
<div id="piler1" class="container">
<div id="menu">

View File

@ -37,6 +37,7 @@
<?php } ?>
<li><a href="index.php?route=policy/archiving"><?php print $text_archiving_rules; ?></a></li>
<li><a href="index.php?route=policy/retention"><?php print $text_retention_rules; ?></a></li>
<li><a href="index.php?route=search/autosearch"><?php print $text_automated_search; ?></a></li>
</ul>
</li>