From: Bill Erickson Date: Mon, 15 Aug 2011 21:38:12 +0000 (-0400) Subject: TTpac: added simple/detailed record view option to results page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f78e76ca664df88b29d01acc6c4b509c361ad327;p=contrib%2FConifer.git TTpac: added simple/detailed record view option to results page Signed-off-by: Bill Erickson --- 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 955f68ca11..424b952c3c 100644 --- a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 @@ -72,6 +72,9 @@ [% args.holdings.0 %] + + [% IF CGI.param('detail_record_view') %] + [% l('Publisher:') %] @@ -98,6 +101,8 @@ [% args.phys_desc %] + [% END %] +
[% l('[_1] of [quant,_2,copy,copies] available', diff --git a/Open-ILS/web/templates/default/opac/results.tt2 b/Open-ILS/web/templates/default/opac/results.tt2 index 9b2d2427d1..5c0a620d52 100644 --- a/Open-ILS/web/templates/default/opac/results.tt2 +++ b/Open-ILS/web/templates/default/opac/results.tt2 @@ -47,16 +47,19 @@
Sort by
[% INCLUDE "default/opac/parts/filtersort.tt2" value=CGI.param('sort') %]
- - + + +
+ + +