From d4e8f6d57d734250b95563ae2ecec9afa11b1cfb Mon Sep 17 00:00:00 2001 From: Harrison Hawkins Date: Wed, 21 Jan 2026 01:47:36 +0000 Subject: [PATCH] Bug 35237: Changed labels above checkbox on the edit layout page. Clarified the for attribute for the original labels of the checkboxes. Test plan: 1. Head to 'tools' then 'patron card creator' 2. Click on 'Layouts' underneath 'Manage' 3. Click on 'Edit' 4. Confirm it's easy to tell which options are available and chosen for page side, guide box, and guide grid 5. Inspect the page, look at and confirm the original labels have been renamed for page size, guide box, guide grid Sponsored-by: Catalyst IT --- .../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 e227d8f..a10d1e0 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