From f318d5df3d25d962ae836c69b7ced5181a5093d4 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Sat, 1 Feb 2020 16:42:10 +0000 Subject: [PATCH] Bug 24560: Remove No public list text from OPAC --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 3f429fe0e2..5ee70cc322 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -46,10 +46,10 @@ [% IF some_public_shelves > 10 %]
  • View All
  • [% END %] - [% ELSE %] -
  • No public lists
  • [% END %] - + [% IF some_public_shelves.count > 0 %] + + [% END %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
  • Your lists
  • [% IF loggedinusername %] -- 2.11.0