From: Dan Scott Date: Wed, 12 Sep 2012 17:02:28 +0000 (-0400) Subject: Bring changes from full pubinfo branch to Conifer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3031eecbbf22d45ee585168f85d92745f7f05f22;p=contrib%2FConifer.git Bring changes from full pubinfo branch to Conifer Signed-off-by: Dan Scott --- 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 %]