From 61a6ea5296e129eaf559e3987390d8590090024b 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 Content-Type: text/plain; charset="utf-8" Patch applies with no issues and works as described. Signed-off-by: Dilan Johnpullé Edit: Rebased for 16.11.x --- 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 62b17a0..b4a9b1b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -6,6 +6,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' %] + [% INCLUDE 'datatables.inc' %] @@ -659,7 +660,7 @@ function placeHold () {
- Add an item + Add items
  1. -- 2.1.4