From: Bill Erickson Date: Wed, 29 Oct 2014 21:06:57 +0000 (-0400) Subject: kmain-9 additional changes to openils/var/templates_kcls/opac/parts/record/summary... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6feb39832bbb539fd12de0d09329052919e75abb;p=working%2FEvergreen.git kmain-9 additional changes to openils/var/templates_kcls/opac/parts/record/summary.tt2 modified: openils/var/templates_kcls/opac/parts/record/summary.tt2 Cross-port: 1f6c0a6 --- diff --git a/KCLS/openils/var/templates_kcls/opac/parts/record/summary.tt2 b/KCLS/openils/var/templates_kcls/opac/parts/record/summary.tt2 index 2a8d8c9ea2..33d76ed211 100644 --- a/KCLS/openils/var/templates_kcls/opac/parts/record/summary.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/parts/record/summary.tt2 @@ -215,13 +215,13 @@ new_offset = ctx.copy_offset - ctx.copy_limit; IF new_offset < 0; new_offset = 0; END %] - « [% + « [% l('Previous [_1]', ctx.copy_offset - new_offset) %] [% END %] [% IF ctx.copies.size >= ctx.copy_limit %] - [% + [% l('Next [_1]', ctx.copy_limit) %] » [% END %] @@ -232,12 +232,12 @@ [% IF ctx.copy_limit != more_copies_limit AND ctx.copies.size >= ctx.copy_limit %]
- [% l('Show more copies') %] + [% l('Show more copies') %]
[% ELSIF ctx.copy_limit == more_copies_limit %]
- [% l('Show fewer copies') %] + [% l('Show fewer copies') %]
[% END %]