[open-ils-commits] r14388 - trunk/Open-ILS/web/opac/skin/default/xml/rdetail (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 12 21:04:30 EDT 2009


Author: dbs
Date: 2009-10-12 21:04:29 -0400 (Mon, 12 Oct 2009)
New Revision: 14388

Modified:
   trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
Restrict subject searches to subject index. Completion of r14250.


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-10-12 20:26:03 UTC (rev 14387)
+++ trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2009-10-13 01:04:29 UTC (rev 14388)
@@ -94,7 +94,7 @@
                         var list = dojo.query( 'subfield', item );
                         for (var i =0; i < list.length; i++) {
                             total += dojox.data.dom.textContent(list[i]) + ' ';
-                            var current = '<a href="rresult.xml?rt=subject&t=' + total;
+                            var current = '<a href="rresult.xml?rt=subject&tp=subject&t=' + total;
                             for (var p in other_params) {
                                 if (cgi.param(other_params[p]))
                                     current += '&' + other_params[p] + '=' + cgi.param(other_params[p]);



More information about the open-ils-commits mailing list