[open-ils-commits] r727 - conifer/trunk/web/opac/skin/lul/xml/rdetail (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 24 12:09:56 EST 2009


Author: dbs
Date: 2009-11-24 12:09:53 -0500 (Tue, 24 Nov 2009)
New Revision: 727

Modified:
   conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml
Log:
Expand Laurentian's subject display to show every 6xx field (gulp) - re conifer ticket #360


Modified: conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml
===================================================================
--- conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml	2009-11-20 17:28:01 UTC (rev 726)
+++ conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml	2009-11-24 17:09:53 UTC (rev 727)
@@ -173,11 +173,11 @@
 
             <!-- *** 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 class='hide_me' id='tag65_'>
+		 <tr class='hide_me' id='tag6__'>
 			 <td nowrap='nowrap' class='rdetail_desc'>&common.subjects;</td>
-			 <td type='opac/slot-data' query='datafield[tag^=65]' class='rdetail_item'>
+			 <td type='opac/slot-data' query='datafield[tag^=6]' class='rdetail_item'>
 			 <script type='opac/slot-format'><![CDATA[
-				dojo.query('#tag65_').removeClass('hide_me');
+				dojo.query('#tag6__').removeClass('hide_me');
 				var cgi = new CGI();
 				var other_params = [ 'd', 'l', 'r', 'av', 's', 'sd' ];
 				var total = '';



More information about the open-ils-commits mailing list