From 71d57d71d7ac9319eb9cd547fe84e55317eb1076 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 21 Jan 2026 12:18:15 -0500 Subject: [PATCH] Bug 35237: (QA follow-up) Set label for attribute to first radio input Labels with a "for" attribute should reference an existing input, so we should keep the "Page side," "Guide box," and "Guide grid" for attribute pointing to the first corresponding radio input in that row. Signed-off-by: Owen Leonard --- .../prog/en/modules/patroncards/edit-layout.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt index a10d1e0f4dc..c5e244af24b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt @@ -80,7 +80,7 @@
  • - + [% IF ( page_side ) %] @@ -90,7 +90,7 @@ [% END %]
  • - + [% IF ( guide_box ) %] @@ -100,7 +100,7 @@ [% END %]
  • - + [% IF ( guide_grid ) %] -- 2.39.5