From 6a244e866430fe67c5ceea408c163dc2236de929 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 8 Sep 2011 15:54:47 -0400 Subject: [PATCH] Make bookbag title/author links Signed-off-by: Bill Erickson --- Open-ILS/src/templates/opac/myopac/lists.tt2 | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 9e1ba61b43..403c10a80f 100644 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/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 %] -- 2.43.2