TTpac: show MARC callnumber in record detail page
authorBill Erickson <berick@esilibrary.com>
Wed, 10 Aug 2011 21:21:50 +0000 (17:21 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 10 Aug 2011 21:21:50 +0000 (17:21 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/templates/default/opac/parts/record/summary.tt2

index 5cd6344..c7486d9 100644 (file)
                         </tr>
                         <tr>
                             <td nowrap='nowrap' valign="top">
+                                <strong>[% IF attrs.marc_cn; l("Call Number"); END %]</strong>
+                            </td>
+                            <td valign="top">[% attrs.marc_cn %]</td>
+                            <td nowrap='nowrap' valign="top">
                                 <strong id="rdetail_ed_lbl">[% IF attrs.edition; l("Edition"); END %]</strong>
                             </td>
                             <td valign="top" id='rdetail_edition'>[% attrs.edition %]</td>