Bugzilla – Attachment 72196 Details for
Bug 20295
Allow translating link title in ILL module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20295: Allow translating link title in ILL module
0001-Bug-20295-Allow-translating-link-title-in-ILL-module.patch (text/plain), 1.22 KB, created by
paxed
on 2018-02-26 09:25:47 UTC
(
hide
)
Description:
Bug 20295: Allow translating link title in ILL module
Filename:
MIME Type:
Creator:
paxed
Created:
2018-02-26 09:25:47 UTC
Size:
1.22 KB
patch
obsolete
>From 734dae74692f694865caeb8c61e55950cf1f7fa8 Mon Sep 17 00:00:00 2001 >From: Pasi Kallinen <pasi.kallinen@joensuu.fi> >Date: Mon, 26 Feb 2018 11:10:10 +0200 >Subject: [PATCH] Bug 20295: Allow translating link title in ILL module > >Allow translating "View borrower details" link title in the ILL module. > >Signed-off-by: Pasi Kallinen <pasi.kallinen@joensuu.fi> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index c21fc97951..aab9a75346 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -107,7 +107,7 @@ > > // Our 'render' function for borrowerlink > var createPatronLink = function(data, type, row) { >- return '<a title="View borrower details" ' + >+ return '<a title="' + _("View borrower details") + '" ' + > 'href="/cgi-bin/koha/members/moremember.pl?' + > 'borrowernumber='+row.borrowernumber+'">' + > row.patron_firstname + ' ' + row.patron_surname + >-- >2.11.0 >
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 20295
:
72196
|
72274