From 43dc7d8f0372de5094602a97888a7cd5f638f70b Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 21 Feb 2011 15:59:31 -0500 Subject: [PATCH] show summarized copy availability on results page --- .../web/templates/default/opac/parts/result/table.tt2 | 9 +++------ 1 file changed, 3 insertions(+), 6 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 f42982f2eb..64d3bbc9c4 100644 --- a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 @@ -137,12 +137,9 @@
- -
- - + [% l('[_1] of [_2] [_3] available', + rec.copy_counts.available, rec.copy_counts.visible, + rec.copy_counts.visible == 1 ? 'copy' : 'copies') %]
-- 2.43.2