From 658360142b8f9aea270913c5cb78c87c7fa70125 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 20 Nov 2017 17:27:57 +0000 Subject: [PATCH] Bug 19658: Style fix for staff client lists page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch applies with no issues and works as described. Signed-off-by: Dilan Johnpullé Edit: Rebased. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index ea40476f29..e1064e4e17 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -7,6 +7,7 @@ Koha › [% IF op == 'view' %]Lists › Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] › Create new list[% END %][% IF op == 'edit_form' %] › Edit list [% shelf.shelfname | html %][% END %] [% INCLUDE 'doc-head-close.inc' %] + [% BLOCK list_permissions %]
  • @@ -385,7 +386,7 @@
    - Add items +

    Add items

    1. -- 2.11.0