KCLS doesn't show an abstract high on the record detail page.
authorsenator <lebbeous@esilibrary.com>
Thu, 24 Mar 2011 21:16:21 +0000 (17:16 -0400)
committersenator <lebbeous@esilibrary.com>
Thu, 24 Mar 2011 21:16:21 +0000 (17:16 -0400)
This is just a little juggling to reflect that

Open-ILS/web/templates/default/opac/parts/record/summary.tt2

index c60c248..a62508d 100644 (file)
                         </tr>
                         <tr>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_pubdate_lbl">[% IF attrs.pubdate; l("Publication Date"); END %]</strong>
+                                <strong id="rdetail_pub_lbl">[% IF attrs.publisher; l("Publisher"); END %]</strong>
                             </td>
-                            <td valign="top" id='rdetail_pubdate'>[% attrs.pubdate %]</td>
+                            <td valign="top" id='rdetail_publisher'>[% attrs.publisher %]</td>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_sum_lbl">Summary</strong>
+                                <strong id="rdetail_pubdate_lbl">[% IF attrs.pubdate; l("Publication Date"); END %]</strong>
                             </td>
-                            <td valign="top" id='rdetail_abstract'></td>
+                            <td valign="top" id='rdetail_pubdate'>[% attrs.pubdate %]</td>
                         </tr>
                         <tr>
-                            <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_pub_lbl">[% IF attrs.publisher; l("Publisher"); END %]</strong>
+                            <!--<td nowrap='nowrap' valign="top">
+                                <strong id="rdetail_sum_lbl">Summary</strong>
                             </td>
-                            <td valign="top" id='rdetail_publisher'>[% attrs.publisher %]</td>
+                            <td valign="top" id='rdetail_abstract'></td>-->
                             [% BLOCK render_subject;
                             loc = CGI.param('loc') | uri;
                             FOR node IN ctx.marc_xml.findnodes('//*[starts-with(@tag,"6")]');
                             <td nowrap='nowrap' valign="top">
                                 <strong id="rdetail_sub_lbl">[% l("Subjects") %]</strong>
                             </td>
-                            <td valign="top">[% s %]</td>
+                            <td valign="top" colspan="3">[% s %]</td>
                             [% END %]
                         </tr>
                     </table>