From 9e3341696fb944ea80adb0ebac23727ec5521919 Mon Sep 17 00:00:00 2001 From: berick Date: Mon, 21 Feb 2011 15:32:07 -0500 Subject: [PATCH] i18n cleanup --- .../web/templates/default/opac/parts/result/table.tt2 | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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 %] -- 2.11.0