From a5cc9671ea6499d9ee2f17f282d4af04a47832d8 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- .../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 a10d1e0f4d..c5e244af24 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