Koha/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
Owen Leonard 080f693c48 Fix for Bug 5513 - staff client display screwy if you don't have all permissions
The cause of this bug was the removal of a closing <!-- /TMPL_IF -->
in a recent commit.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-12-19 07:40:21 +13:00

73 lines
4.1 KiB
HTML

<!-- TMPL_IF NAME="intranetbookbag" --><div id="cartDetails">Your cart is empty.</div><!-- /TMPL_IF -->
<div id="header" class="clearfix">
<div id="toplevelnav">
<ul id="toplevelmenu">
<!-- 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">Search</a></li><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="intranetbookbag" -->
<li><a href="#" id="cartmenulink">Cart<span id="basketcount"></span></a></li>
<!-- /TMPL_IF -->
<!-- TMPL_VAR name="IntranetNav" -->
<li class="more">
<a id="showmore" href="/cgi-bin/koha/mainpage.pl">More</a>
<div id="moremenu">
<div class="bd">
<ul>
<li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
<!-- TMPL_IF NAME="CAN_user_editcatalogue_edit_catalogue" -->
<li><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></li>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_acquisition" -->
<li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_editauthorities" -->
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_serials" -->
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_reports" -->
<li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_tools" -->
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
<!-- /TMPL_IF -->
<li><a href="/cgi-bin/koha/about.pl">About Koha</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<div id="login">
<!-- TMPL_IF NAME="AutoLocation" -->
<strong>
<!-- TMPL_VAR NAME="LoginBranchname" -->
</strong>
<!-- TMPL_ELSE -->
<strong><!-- TMPL_VAR NAME="LoginBranchname" --></strong>
<!-- TMPL_IF NAME="IndependantBranches" -->
<!-- TMPL_IF NAME="CAN_user_management" -->
(<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)
<!-- /TMPL_IF -->
<!-- TMPL_ELSE -->
(<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="loggedinusername" -->
<span class="loggedinusername">
<!-- TMPL_VAR NAME="loggedinusername" -->
</span>
(<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>) |
<!-- TMPL_ELSE -->
You are not logged in |
<!-- /TMPL_IF -->
<a href="/cgi-bin/koha/help.pl" id="helper" onclick="window.open('/cgi-bin/koha/help.pl','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); return false;">[ ? ]</a>
</div>
</div>