From 3031eecbbf22d45ee585168f85d92745f7f05f22 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 12 Sep 2012 13:02:28 -0400 Subject: [PATCH] Bring changes from full pubinfo branch to Conifer Signed-off-by: Dan Scott --- .../src/templates_conifer/opac/parts/record/summary.tt2 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 b/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 index d4cd3540bc..e8daa2d452 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 @@ -146,12 +146,15 @@ IF num_uris > 0; [%- IF attrs.publisher %]
  • [% l("Publisher:") %] - [% - attrs.publisher | html; - %] - [% IF attrs.pubdate; %] - - [% END; %] + + [%- IF attrs.pubplace; %] + [% attrs.pubplace | html; %] + [%- END; %] + [% attrs.publisher | html; %] + + [%- IF attrs.pubdate; %] + + [%- END; %]
  • [%- END %] -- 2.11.0