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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 30 13:28:24 EDT 2009


Author: dbs
Date: 2009-07-30 13:28:20 -0400 (Thu, 30 Jul 2009)
New Revision: 600

Modified:
   conifer/trunk/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
Show ALL KINDS of subjects!


Modified: conifer/trunk/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- conifer/trunk/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2009-07-30 17:19:55 UTC (rev 599)
+++ conifer/trunk/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2009-07-30 17:28:20 UTC (rev 600)
@@ -103,11 +103,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='tag650'>
+		 <tr class='hide_me' id='tag65_'>
 			 <td nowrap='nowrap' class='rdetail_desc'>Subjects</td>
-			 <td type='opac/slot-data' query='datafield[tag=650]' class='rdetail_item'>
+			 <td type='opac/slot-data' query='datafield[tag^=65]' class='rdetail_item'>
 			 <script type='opac/slot-format'><![CDATA[
-				unHideMe($('tag650'));
+				unHideMe($('tag65_'));
 				var cgi = new CGI();
 				var other_params = [ 'd', 'l', 'r', 'av', 's', 'sd' ];
 				var total = '';



More information about the open-ils-commits mailing list