Bugzilla – Attachment 64078 Details for
Bug 18641
Translatability: Get rid of template directives in translations for *reserves.tt files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18641: Followup for pendingreserves.tt (less %s)
Bug-18641-Followup-for-pendingreservestt-less-s.patch (text/plain), 1.90 KB, created by
Marc Véron
on 2017-06-07 12:54:26 UTC
(
hide
)
Description:
Bug 18641: Followup for pendingreserves.tt (less %s)
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-06-07 12:54:26 UTC
Size:
1.90 KB
patch
obsolete
>From ee3697f7995ef72e8d58ef793ba6a2e481a70fec Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 7 Jun 2017 14:47:19 +0200 >Subject: [PATCH] Bug 18641: Followup for pendingreserves.tt (less %s) > >Change as of comment #13 to reduce %s > >After creating a new translation for a "language" aa-AA, we have >the following in the file aa-AA-staff-prog.po > >msgid "" >"(Inclusive, default is %s days ago to %s days ahead. Set other date ranges " >"as needed.)" >msgstr "" > >msgid "" >"(Inclusive, default is %s days ago to today. Set other date ranges as " >"needed.)" >msgstr "" >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 530c244..62cdc26 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -195,8 +195,13 @@ $(document).ready(function() { > <input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="datepickerto" /> > </li> > </ol> >-[% BLOCK range_msg %](Inclusive, default is [% HoldsToPullStartDate %] days ago to [% IF ( HoldsToPullEndDate ) %][% HoldsToPullEndDate %] days ahead[% ELSE %]today[% END %], set other date ranges as needed.)[% END %] >-<p><i>[%- INCLUDE range_msg -%]</i></p> >+ >+[% IF ( HoldsToPullEndDate ) %] >+ <p><i>(Inclusive, default is [% HoldsToPullStartDate %] days ago to [% HoldsToPullEndDate %] days ahead. Set other date ranges as needed.)</i></p> >+[% ELSE %] >+ <p><i>(Inclusive, default is [% HoldsToPullStartDate %] days ago to today. Set other date ranges as needed.)</i></p> >+[% END %] >+ > <fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset> > </fieldset> > </form> >-- >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 18641
:
63584
|
63608
|
63625
|
63928
|
63965
| 64078