Bugzilla – Attachment 46120 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 [QA Followup] - Change language used
Bug-15383-QA-Followup---Change-language-used.patch (text/plain), 2.14 KB, created by
Kyle M Hall (khall)
on 2015-12-31 11:35:37 UTC
(
hide
)
Description:
Bug 15383 [QA Followup] - Change language used
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-31 11:35:37 UTC
Size:
2.14 KB
patch
obsolete
>From 58699d77e75dbbf955aa5f28f0ac489539fabe49 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 31 Dec 2015 11:23:42 +0000 >Subject: [PATCH] Bug 15383 [QA Followup] - Change language used > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 2db0c25..7aded0b 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><a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Usage in records: [% count %]</a></p> >+ <p><a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Number of records used in: [% 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 c2733ee..ec86efd 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"> >- <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Usage in records: [% count %]</a> >+ <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Number of records used in:: [% count %]</a> > </div> > > <div class="authstanza"> >-- >2.1.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