From: Bill Erickson Date: Thu, 8 Sep 2011 19:54:47 +0000 (-0400) Subject: Make bookbag title/author links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4f88aef55f63bc2da5eeb8e54c22d9410e160708;p=evergreen%2Fequinox.git Make bookbag title/author links Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/templates/default/opac/myopac/lists.tt2 b/Open-ILS/web/templates/default/opac/myopac/lists.tt2 index e94f94f130..18fe75f449 100644 --- a/Open-ILS/web/templates/default/opac/myopac/lists.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/lists.tt2 @@ -131,9 +131,18 @@ attrs = {marc_xml => ctx.bookbags_marc_xml.$rec_id}; PROCESS get_marc_attrs args=attrs %] - - [% attrs.title | html %] - [% attrs.author | html %] + + + + + [% attrs.title | html %] + + + [% attrs.author | html %] + [% END %]