From a864238decdb2c9b9ac3a1ac852b7d7adc00553b 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é --- 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 ed45298..105a88d 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' %] @@ -690,7 +691,7 @@ function AdjustRemark() {
- Add items +

Add items

  1. -- 2.1.4