From 83eadc4141a41721241cb2a72fc414168f4444ae Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 16 Oct 2019 16:57:01 +0000 Subject: [PATCH] Bug 22922: (follow-up) Markup corrections This patch adds a "size" attribute to the datepicker input fields and adds self-closing "/". --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 5a2ef152720..a189c01dc36 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -108,12 +108,12 @@ [% hold.notes | html %] [% IF Koha.Preference('AllowHoldDateInFuture') %] - + [% ELSE %] [% hold.date | $KohaDates %] [% END %] - + [% IF ( hold.found ) %] -- 2.11.0