From: berick Date: Mon, 21 Feb 2011 20:32:07 +0000 (-0500) Subject: i18n cleanup X-Git-Tag: opac-tt-poc-demo2~4 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e3341696fb944ea80adb0ebac23727ec5521919;p=evergreen%2Fequinox.git i18n cleanup --- diff --git a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 index d8fa0263ec..f42982f2eb 100644 --- a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 @@ -13,19 +13,13 @@
- +
Search Results[% l('Search Results') %] - [% l("Results") %] - [% ctx.result_start %] -  - - [% ctx.result_stop %] -  [% l("of") %] - [% ctx.hit_count %] + [% |l(ctx.result_start, ctx.result_stop, ctx.hit_count) %] + Results [_1] - [_2] of [_3] + [% END %] - (page - [% page + 1 %] -  [% l("of") %] - [% page_count %]) + [% |l(page + 1, page_count) %](page [_1] of [_2])[% END %]