Bugzilla – Attachment 45860 Details for
Bug 15383
Opac: Authority details: Fix translation issues with tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15383 - Opac: Autority details: Fix translation issues with a tags
Bug-15383---Opac-Autority-details-Fix-translation-.patch (text/plain), 2.65 KB, created by
Kyle M Hall (khall)
on 2015-12-18 18:25:24 UTC
(
hide
)
Description:
Bug 15383 - Opac: Autority details: Fix translation issues with a tags
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-18 18:25:24 UTC
Size:
2.65 KB
patch
obsolete
>From 3f15b6ee808e386cd41d62c607a650687cc6b52a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 15 Dec 2015 17:06:17 +0100 >Subject: [PATCH] Bug 15383 - Opac: Autority details: Fix translation issues > with a tags > >Fix translation issue in opac-auth-detail.tt and opac-auth-MARCdetail.tt >(string splitting by link tag) making it hard to have a gramaticaly correct >translation. > >To test: >- Apply patch >- In OPAC, go to search an Authority and display details (View full heading) >- Verify the line "Usage in records: x" in both Normal view and MARC view > >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Not sure if "Usage in records" is the best wording, but I have no great >options either, "Number of records used in:"? >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >index 525c47f..2db0c25 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >@@ -44,7 +44,7 @@ > [% END %] > > <h1>Entry [% authtypetext %]</h1> >- <p>Used in <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">[% count %] records</a></p> >+ <p><a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Usage in records: [% count %]</a></p> > [% FOREACH Tag0X IN Tab0XX %] > <p><b>[% Tag0X.tag %]</b></p> > <ul> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >index 1032eee..c2733ee 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >@@ -46,7 +46,7 @@ > <h1>[% summary.mainentry %][% IF authtypetext %] ([% authtypetext %])[% END %]</h1> > > <div class="usedin"> >- Used in <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">[% count %] records</a> >+ <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Usage in records: [% count %]</a> > </div> > > <div class="authstanza"> >-- >1.7.10.4
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 15383
:
45710
|
45713
| 45860 |
46120