[open-ils-commits] r1360 - in conifer/branches/rel_2_0/web/opac/skin: default/xml/rdetail lul/xml/rdetail (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 14 16:22:27 EDT 2011


Author: dbs
Date: 2011-04-14 16:22:22 -0400 (Thu, 14 Apr 2011)
New Revision: 1360

Modified:
   conifer/branches/rel_2_0/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
   conifer/branches/rel_2_0/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml
Log:
Use the holdings_xml datatype until we figure out why marcxml-uris doesn't include URIs


Modified: conifer/branches/rel_2_0/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- conifer/branches/rel_2_0/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2011-04-14 13:41:43 UTC (rev 1359)
+++ conifer/branches/rel_2_0/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2011-04-14 20:22:22 UTC (rev 1360)
@@ -354,7 +354,7 @@
 			<!-- *** Example of how to use the openils.BibTemplate infrastructure to augment the stock
 			     *** summary screen with complex information, such as location-specific URIs (856$9). -->
 			<td nowrap='nowrap' class='rdetail_desc'>&rdetail.summary.online;</td>
-			<td class='rdetail_item' id='rdetail_online' type='opac/slot-data' query='volumes volume uris uri'>
+			<td class='rdetail_item' id='rdetail_online' type='opac/slot-data' datatype='holdings_xml' query='volumes volume uris uri'>
 				<script type='opac/slot-format'><![CDATA[
 					dojo.query('*:not([type^=opac])', 'rdetail_online').orphan();
 					var uri = new Object;

Modified: conifer/branches/rel_2_0/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml
===================================================================
--- conifer/branches/rel_2_0/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml	2011-04-14 13:41:43 UTC (rev 1359)
+++ conifer/branches/rel_2_0/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml	2011-04-14 20:22:22 UTC (rev 1360)
@@ -374,7 +374,7 @@
 			<!-- *** Example of how to use the openils.BibTemplate infrastructure to augment the stock
 			     *** summary screen with complex information, such as location-specific URIs (856$9). -->
 			<td nowrap='nowrap' class='rdetail_desc'>&rdetail.summary.online;</td>
-			<td class='rdetail_item' id='rdetail_online' type='opac/slot-data' query='volumes volume uris uri'>
+			<td class='rdetail_item' id='rdetail_online' type='opac/slot-data' datatype='holdings_xml' query='volumes volume uris uri'>
 				<script type='opac/slot-format'><![CDATA[
 					dojo.query('*:not([type^=opac])', 'rdetail_online').orphan();
 					var uri = new Object;



More information about the open-ils-commits mailing list