Bugzilla – Attachment 165149 Details for
Bug 35238
Incorrect label markup in patron card creator printer profile edit form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35238: Incorrect label markup in patron card creator printer profile edit form
Bug-35238-Incorrect-label-markup-in-patron-card-cr.patch (text/plain), 1.87 KB, created by
PTFS Europe Sandboxes
on 2024-04-19 03:34:03 UTC
(
hide
)
Description:
Bug 35238: Incorrect label markup in patron card creator printer profile edit form
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2024-04-19 03:34:03 UTC
Size:
1.87 KB
patch
obsolete
>From b0af5ece5ae7e6d50b61bd3e64d8270bb0ffad13 Mon Sep 17 00:00:00 2001 >From: Eugene Jose Espinoza <eugenegf@yahoo.com> >Date: Tue, 5 Dec 2023 12:43:19 +0000 >Subject: [PATCH] Bug 35238: Incorrect label markup in patron card creator > printer profile edit form > >HTML element for Template name is changed from 'label for "template_name"' to 'span with "label" class'. > >So from: ><label for="template_name">Template name:</label> >It should now be: ><span class="label">Template name:</span> > >To test: >1) Go to: Tools -> Patron card creator -> Edit printer profile. >2) Right click page and choose "View page source". >3) Locate the part with "Template name". It should read: ><span class="label">Template name:</span> > >Signed-off-by: Riomar Resurreccion <urslibrary.webinars@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt >index 8d1b14aeed..97165905da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt >@@ -79,7 +79,7 @@ > </li> > <li> > [% IF ( label_template ) %] >- <label for="template_name">Template name:</label> [% label_template | html %] >+ <span class="label">Template name:</span> [% label_template | html %] > [% ELSE %] > <span class="label">Template name:</span> Profile unassigned > [% END %] >-- >2.39.2
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 35238
:
159577
|
159578
|
165149
|
165150
|
168098