updating a little the templates (main menu on the left). Another commit will come...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / menu-circ.inc
1 <div id="submenu">
2     <a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
3     <a href="/cgi-bin/koha/circ/circulation.pl">Issues</a>
4     <a href="/cgi-bin/koha/circ/returns.pl">Returns</a>
5     <a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a>
6     <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set branch</a>
7     <a href="/cgi-bin/koha/circ/branchreserves.pl">Waiting reserves</a>
8     <a href="/cgi-bin/koha/circ/waitingreservestransfers.pl">Transfers to do</a>
9     <a href="/cgi-bin/koha/circ/currenttransfers.pl">Transfers to recieve</a>
10 </div>