From f78e76ca664df88b29d01acc6c4b509c361ad327 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 15 Aug 2011 17:38:12 -0400 Subject: [PATCH] TTpac: added simple/detailed record view option to results page Signed-off-by: Bill Erickson --- .../templates/default/opac/parts/result/table.tt2 | 5 +++++ Open-ILS/web/templates/default/opac/results.tt2 | 23 ++++++++++++---------- 2 files changed, 18 insertions(+), 10 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 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') %]
- - + + +
+ + + -- 2.11.0