From 856d7a85af689c116f6979306ecb3b1e2ee3125b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 6 Oct 2017 18:06:18 +0200 Subject: [PATCH] add menu item for expired documents --- views/bootstrap/class.Bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index addd3163f..c63eed521 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -661,6 +661,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo "
  • ".getMLText("charts")."
  • \n"; echo "
  • ".getMLText("timeline")."
  • \n"; echo "
  • ".getMLText("objectcheck")."
  • \n"; + echo "
  • ".getMLText("documents_expired")."
  • \n"; echo "
  • ".getMLText("extension_manager")."
  • \n"; echo "
  • ".getMLText("clear_cache")."
  • \n"; echo "
  • ".getMLText("version_info")."
  • \n";