fix 4066 - add rotating collections to toolbar menu
authorNicole Engard <nengard@gmail.com>
Wed, 3 Feb 2010 18:28:37 +0000 (13:28 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 4 Feb 2010 11:28:31 +0000 (06:28 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc

index 3a9376b..c5b81c6 100644 (file)
@@ -59,6 +59,9 @@
        <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
        <li><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></li>
     <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="CAN_user_tools_rotating_collections" -->
+    <li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li>
+    <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools_stage_marc_import" -->
        <li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC for import</a></li>
     <!-- /TMPL_IF -->