make title/author links on holds page
authorBill Erickson <berick@esilibrary.com>
Sat, 29 Jan 2011 15:30:52 +0000 (10:30 -0500)
committerBill Erickson <berick@esilibrary.com>
Sat, 29 Jan 2011 15:30:52 +0000 (10:30 -0500)
Open-ILS/web/templates/default/opac/myopac/holds.tt2

index b783d17..d9ee02e 100644 (file)
@@ -47,8 +47,8 @@
                 [% attrs = {marc_xml => hold.marc_xml}; %]
                 [% PROCESS get_marc_attrs args=attrs; %]
             <tr>
-                <td>[% attrs.title %]</td>
-                <td>[% attrs.author %]</td>
+                <td><a href='../record/[% hold.hold.bre.id %]'>[% attrs.title %]</a></td>
+                <td><a href='../results?query=au:[% attrs.author | url %]'>[% attrs.author %]</a></td>
                 <td>
                     [%
                         format_desc = ctx.find_citm(attrs.mattype).value;