IntranetNav (reintroduced)
authorPaul POULAIN <paul@koha-fr.org>
Wed, 24 Oct 2007 18:48:52 +0000 (13:48 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 24 Oct 2007 22:03:58 +0000 (17:03 -0500)
The content of IntranetNav is added before the "more" list, on top of the page.

Users will be able to add some frequently used links.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

koha-tmpl/intranet-tmpl/prog/en/includes/header.inc

index 95539f0..3e4a4e8 100644 (file)
@@ -5,6 +5,7 @@
        <!-- TMPL_IF NAME="CAN_user_circulate" --><li><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></li><!-- /TMPL_IF -->
         <!-- TMPL_IF NAME="CAN_user_borrowers" --><li><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></li><!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="CAN_user_catalogue" --><li><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></li><!-- /TMPL_IF -->
+       <!-- TMPL_VAR name="IntranetNav" -->
        <li class="more"><a href="/cgi-bin/koha/mainpage.pl">More</a><ul>
        <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Virtual Shelves</a></li>
        <!-- TMPL_IF NAME="CAN_user_editcatalogue" --><li><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></li>