From 07f80ed2a8b7ca057fd9651f52d54af7c8c58c0e 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 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 e227d8fe8ef..a10d1e0f4dc 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