From 9466ca1373ec086136174e87989832652018852f 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 --- 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 0c1b10be55..56701d7f2f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -236,7 +236,7 @@ [% IF ( INVALID_DATE ) %]

- +

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