[open-ils-commits] r13461 - trunk/Open-ILS/web/opac/skin/default/xml/rdetail (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jun 24 16:40:12 EDT 2009
Author: miker
Date: 2009-06-24 16:40:08 -0400 (Wed, 24 Jun 2009)
New Revision: 13461
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
enable title rewriting and subject links via BibTemplate
Modified: trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-06-24 17:56:59 UTC (rev 13460)
+++ trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-06-24 20:40:08 UTC (rev 13461)
@@ -6,7 +6,7 @@
<tbody id='rdetail_details_tbody'>
<tr>
- <td id='rdetail_image_cell' rowspan='10'>
+ <td id='rdetail_image_cell' rowspan='11'>
<a id='rdetail_img_link'>
<img style='border: none;' id='rdetail_image'
onerror='
@@ -23,8 +23,7 @@
<td nowrap='nowrap' class='rdetail_desc'>&common.title;</td>
<!-- *** Example of how to use the openils.BibTemplate infrastructure to augment the stock
*** summary screen with more and/or different information. In this case, the raw MARC 245. -->
- <!-- <td type='opac/slot-data' query='datafield[tag=245]' class='rdetail_item' id='rdetail_title'> </td> -->
- <td class='rdetail_item' id='rdetail_title'> </td>
+ <td type='opac/slot-data' query='datafield[tag=245]' class='rdetail_item' id='rdetail_title'> </td>
</tr>
<tr>
@@ -75,7 +74,6 @@
<!-- *** Example of how to use the openils.BibTemplate infrastructure to augment the stock
*** summary screen with complex information, such as new search links on subjects. -->
- <!--
<tr>
<td nowrap='nowrap' class='rdetail_desc'>Subjects</td>
<td type='opac/slot-data' query='datafield[tag=650]' class='rdetail_item'>
@@ -99,7 +97,6 @@
]]></script>
</td>
</tr>
- -->
<tr class='hide_me' id='rdetail_online_row'>
<!-- *** Example of how to use the openils.BibTemplate infrastructure to augment the stock
More information about the open-ils-commits
mailing list