Bugzilla – Attachment 159577 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.59 KB, created by
Eugene Espinoza
on 2023-12-05 12:51:45 UTC
(
hide
)
Description:
Bug 35238: Incorrect label markup in patron card creator printer profile edit form
Filename:
MIME Type:
Creator:
Eugene Espinoza
Created:
2023-12-05 12:51:45 UTC
Size:
1.59 KB
patch
obsolete
>From b04ad929dfc1d8e73729c6725c2a6657e9e5b231 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> >--- > .../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 e1476ebecb..4719bb59b5 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 >@@ -77,7 +77,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.30.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