Bugzilla – Attachment 183311 Details for
Bug 39610
Allow for customizing the metadata shown on OPAC ILL request table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39610: Attempt to translate customized metadata headers
Bug-39610-Attempt-to-translate-customized-metadata.patch (text/plain), 1.89 KB, created by
Roman Dolny
on 2025-06-17 19:44:02 UTC
(
hide
)
Description:
Bug 39610: Attempt to translate customized metadata headers
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2025-06-17 19:44:02 UTC
Size:
1.89 KB
patch
obsolete
>From 318d402c609c306d0317c50fa2ae6a348d751fe5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tadeusz=20=E2=80=9Etadzik=E2=80=9D=20So=C5=9Bnierz?= > <tadeusz@sosnierz.com> >Date: Fri, 2 May 2025 15:50:37 +0200 >Subject: [PATCH] Bug 39610: Attempt to translate customized metadata headers > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >index 5ad3639bcd..0a353553c2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -4,6 +4,7 @@ > [% USE AuthorisedValues %] > [% USE Branches %] > [% USE AdditionalContents %] >+[% PROCESS 'i18n.inc' %] > [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] > [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] > [% SET ILLModuleCopyrightClearance = AdditionalContents.get( location => "ILLModuleCopyrightClearance", lang => lang, library => logged_in_user.branchcode || default_branch ) %] >@@ -144,7 +145,7 @@ > <tr> > <th>Request ID</th> > [% FOR field IN metadata_fields %] >- <th>[% field.name | html %] </th> >+ <th>[% t(field.name) | html %] </th> > [% END %] > <th>Requested from</th> > <th>Request type</th> >-- >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 39610
:
180825
|
181864
|
181865
|
183153
|
183154
|
183155
|
183310
| 183311 |
183312