Bugzilla – Attachment 38965 Details for
Bug 11576
Untranslatable "manage" in serials-collection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11576: Make "manage" translatable - serials-collection
Bug-11576-Make-manage-translatable---serials-colle.patch (text/plain), 1.76 KB, created by
Marcel de Rooy
on 2015-05-08 06:50:03 UTC
(
hide
)
Description:
Bug 11576: Make "manage" translatable - serials-collection
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-05-08 06:50:03 UTC
Size:
1.76 KB
patch
obsolete
>From 8dcb4b9a1214241c8774867cdcb7a058dbc0dff3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 27 Apr 2015 13:03:22 +0200 >Subject: [PATCH] Bug 11576: Make "manage" translatable - serials-collection >Content-Type: text/plain; charset=utf-8 > >If a subscription is irregular, a tab with "manage" is displayed on the >serial collection page. >But this string is not translatable. > >Test plan: >1/ Go on the serial collection page of an irregular subscription (or >create one). >2/ Note that the first tab was named "managed", it's now "Manage". >3/ Update a po lang file and confirm you see the string and you are able >to translate it. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Work as described, no koha-qa errors > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index f85d7d5..723f31e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -170,7 +170,11 @@ $(document).ready(function() { > <ul> > [% FOREACH year IN years %] > [% IF ( year.year ) %] >- <li><a href="#subscription-year-[% year.year %]">[% year.year %]</a></li> >+ [% IF year.year == 'manage' %] >+ <li><a href="#subscription-year-manage">Manage</a></li> >+ [% ELSE %] >+ <li><a href="#subscription-year-[% year.year %]">[% year.year %]</a></li> >+ [% END %] > [% END %] > [% END %] > </ul> >-- >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 11576
:
38544
|
38891
| 38965