Bugzilla – Attachment 181218 Details for
Bug 39663
Patrons entry in additional fields has wrong header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39663: Fix header element for Patrons
Bug-39663-Fix-header-element-for-Patrons.patch (text/plain), 1.39 KB, created by
David Nind
on 2025-04-21 13:45:54 UTC
(
hide
)
Description:
Bug 39663: Fix header element for Patrons
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-04-21 13:45:54 UTC
Size:
1.39 KB
patch
obsolete
>From 609d96d14aa3482780f7dd339fa46dc88663a1e8 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Thu, 17 Apr 2025 08:42:25 +0000 >Subject: [PATCH] Bug 39663: Fix header element for Patrons > >Commit https://github.com/Koha-Community/Koha/commit/f42df40 renamed 'Members' to 'Patrons' but didnt adjust h3->h2 as it did with every other entry in this page > >Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/admin/additional-fields.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >index 8b97922eb2..64e594bf04 100755 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >@@ -148,7 +148,7 @@ > </ul> > [% END %] > [% IF CAN_user_updatecharges_remaining_permissions %] >- <h3>Patrons</h3> >+ <h2>Patrons</h2> > <ul> > [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %] > [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %] >-- >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 39663
:
181052
| 181218