From a1acd6683c0545e57c5942536c981aa5dde91157 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=UTF-8 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 --- koha-tmpl/intranet-tmpl/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 7fb822e..714bd75 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 @@ -224,7 +224,7 @@ fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Serials planning
  1. - + [% UNLESS (more_than_one_serial) %] [% ELSE %] @@ -288,11 +288,11 @@ fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
  2. - +
  3. - +
  4. -- 2.7.4