From 6464436fcb80a1fa12031139b4d96da1dc950639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= 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 --- 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 %]

Entry [% authtypetext %]

-

Used in [% count %] records

+

Usage in records: [% count %]

[% FOREACH Tag0X IN Tab0XX %]

[% Tag0X.tag %]