From 5a1c5a95d8f88693cf52fddf63de6bf2c46d2508 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 12 Sep 2012 13:07:23 -0400 Subject: [PATCH] Bring more full pubinfo over to Conifer Signed-off-by: Dan Scott --- Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 b/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 index b45fd9c285..a8141ccc08 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 @@ -62,8 +62,11 @@ authorquery = attrs.author | replace('[,\.:;]', ''); mkurl(ctx.opac_root _ '/results', {qtype => 'author', query => authorquery}, ['page']) -%]">[% attrs.author | html %] -    - [% attrs.pubdate | html %] + [%- UNLESS CGI.param('detail_record_view') + OR (show_more_details.default == 'true' + OR show_more_details.default == 'hide') + %] [% attrs.pubdate | html %] + [%- END -%] @@ -79,12 +82,12 @@ [% IF CGI.param('detail_record_view') OR (show_more_details.default == 'true' OR show_more_details.default == 'hide') %] - [% IF attrs.publisher %] + [% IF attrs.pubinfo %] - + [% END %] [% IF attrs.isbns.size > 0 %] -- 2.11.0
[% l('Publisher:') %] [% attrs.publisher | html %][% attrs.pubinfo | html %]