From 3641741fa6455e10823090a1e6ca3484c20e1bd1 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 25 Feb 2019 08:46:11 +0000 Subject: [PATCH] Bug 22404: Fix parameter "for" of labels in subscription add form MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Attribute "for" of tag labelshould contain input id, not name. Test plan: 1) Go to serials -> add subscription second step 2) Click on labels of these three fields: - First issue publication date - Subscription start date - Subscription end date --> without patch, nothing happen --> with path, the datepicker is shown Signed-off-by: Séverine QUEUNE Signed-off-by: Séverine QUEUNE Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens (cherry picked from commit d6d91ac32fdd6c8f3e5fad19a29a943044ec0214) Signed-off-by: Martin Renvoize --- .../prog/en/modules/serials/subscription-add.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt index edab9b3f0d..bdfc94c13f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt @@ -218,7 +218,7 @@ fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Serials planning
  1. - + [% UNLESS (more_than_one_serial) %] [% ELSE %] @@ -282,11 +282,11 @@ fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
  2. - +
  3. - +
  4. -- 2.39.5