Bugzilla – Attachment 184253 Details for
Bug 35237
Duplicate ids in markup of patron card layout edit form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG: 35237 Duplicate ids in markup of patron card form updated to have unique IDs.
BUG-35237-Duplicate-ids-in-markup-of-patron-card-f.patch (text/plain), 2.10 KB, created by
Courtney Brown
on 2025-07-17 23:20:57 UTC
(
hide
)
Description:
BUG: 35237 Duplicate ids in markup of patron card form updated to have unique IDs.
Filename:
MIME Type:
Creator:
Courtney Brown
Created:
2025-07-17 23:20:57 UTC
Size:
2.10 KB
patch
obsolete
>From 276af6383facdcd5ccff584e623d32b61871b46d Mon Sep 17 00:00:00 2001 >From: Courtney Brown <courtneybrown@catalyst.net.nz> >Date: Thu, 17 Jul 2025 23:09:15 +0000 >Subject: [PATCH] BUG: 35237 Duplicate ids in markup of patron card form > updated to have unique IDs. > >Test plan: >1. Head to 'tool's then 'patronn card creator' >2. Click on 'Layouts' underneath 'Manage' >3. Click on 'Edit' >4. Inspect the page and check that the ids for Page side are unique. >--- > .../intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 c4c9c65814..571304380c 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 >@@ -82,9 +82,9 @@ > <li> > <label for="page_side">Page side: </label> > [% IF ( page_side ) %] >- <input type="radio" name="page_side" id="page_side" value="F" />Front <input type="radio" name="page_side" id="page_side" value="B" checked="checked" />Back >+ <input type="radio" name="page_side" id="page_side_front" value="F" />Front <input type="radio" name="page_side_" id="page_side_back" value="B" checked="checked" />Back > [% ELSE %] >- <input type="radio" name="page_side" id="page_side" value="F" checked="checked" />Front <input type="radio" name="page_side" id="page_side" value="B" />Back >+ <input type="radio" name="page_side" id="page_side_front" value="F" checked="checked" />Front <input type="radio" name="page_side_back" id="page_side" value="B" />Back > [% END %] > </li> > <li> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35237
:
184253
|
184421