From: senator Date: Mon, 21 Feb 2011 20:59:31 +0000 (-0500) Subject: show summarized copy availability on results page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6a4363c17afa71fb53ac91aa0c1d3d5405f3ca28;p=evergreen%2Fequinox.git show summarized copy availability on results page --- 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') %]