From 91cef9d977d81b24fdfc56dff35c7b3340a96db0 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 1 Jul 2020 11:30:18 +0000 Subject: [PATCH] Bug 23820: (QA follow-up) Make label clickable for checkbox By adding an id the checkbox is selected when the label is clicked enhancing usability. Also adds a colon : to the label. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit f776354e33a1f2fc24cc0b1fb17132bc3d1c3813) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 472feb4047..26c9872f05 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -163,8 +163,8 @@
  • - - + +
  • Members

    -- 2.39.5