From 5ff7ddf4565c5891cf978ebd2b8d5790c868996d 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 This patch makes a small style change so that the add barcode/biblionumber textareas don't overflow their container. is changed to

in order to make this sidebar match similar sidebars. To test, apply the patch and open a list which you have permission to add items to. The "add items" form in the sidebar should look good. --- 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