Skip to content

Commit

Permalink
Tidying up the Lists button menu
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
  • Loading branch information
Chris Nighswonger authored and Joshua Ferraro committed Jun 20, 2008
1 parent 378e919 commit e6fb2bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
<!-- TMPL_UNLESS NAME="private" --><li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->"><!-- TMPL_VAR NAME="shelfname" ESCAPE="html" --></a></li><!-- /TMPL_UNLESS -->
<!-- /TMPL_LOOP -->
</ul>
<!-- TMPL_ELSE -->
No Public Lists
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="opacuserlogin" -->
<!-- TMPL_IF NAME="loggedinusername" -->
Expand All @@ -103,6 +105,8 @@
<!-- TMPL_IF NAME="private" --><li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->"><!-- TMPL_VAR NAME="shelfname" ESCAPE="html" --></a></li><!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
</ul>
<!-- TMPL_ELSE -->
No Private Lists
<!-- /TMPL_IF -->

<ul class="second-of-type">
Expand Down

0 comments on commit e6fb2bc

Please sign in to comment.