From ce695e062364ceada672f5ced2a258dabb3d4729 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 11 May 2020 17:08:35 +0000 Subject: [PATCH] Bug 25418: (QA follow-up) Raise size of input box In twelve hour format the length of the string is 20 characters we need the box to fit all of them Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit 4c201630ff3c8239c33588a3ffd82156a3c762ec) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 5340fec4d8..8bb418a6c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -219,7 +219,7 @@ [% END %] [% IF ( INVALID_DATE ) %]

- +

[% ELSE %] @@ -565,9 +565,9 @@
Specify due date [% INCLUDE 'date-format.inc' %]:
[% IF ( duedatespec ) %] - + [% ELSE %] - + [% END %] [% IF ( stickyduedate ) %] -- 2.20.1