From 35df931f784d76d9285438f2a5e39bf65f49f466 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 12 Feb 2014 11:33:21 +0100 Subject: [PATCH] Bug 10865: (follow-up) Move a li tag to avoid overlapping tags With this patch, a li tag is empty (only using the bootstrap theme) if the pref is disabled. Signed-off-by: Jonathan Druart Signed-off-by: Broust --- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index 2f0fe36..de5cee5 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -756,12 +756,12 @@ -
  • [% IF (OpacAllowPublicListCreation) %] - +
  • +
  • [% INCLUDE list_permissions %] -- 1.7.2.5