Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv31867

Modified Files:
        Searcher.js.jsp 
Log Message:
and of course we have to consider only the .click rows not the .editrelation 
rows



See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates


Index: Searcher.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/Searcher.js.jsp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- Searcher.js.jsp     27 Nov 2008 13:23:32 -0000      1.56
+++ Searcher.js.jsp     27 Nov 2008 13:44:23 -0000      1.57
@@ -19,7 +19,7 @@
  * - mmsrCommitted         (use   $("div.mm_related").bind("mmsrCommitted", 
function (e, submitter, status, relater) ) )
  *
  * @author Michiel Meeuwissen
- * @version $Id: Searcher.js.jsp,v 1.56 2008/11/27 13:23:32 andre Exp $
+ * @version $Id: Searcher.js.jsp,v 1.57 2008/11/27 13:44:23 andre Exp $
  */
 
 
@@ -781,13 +781,12 @@
 
 MMBaseSearcher.prototype.resetTrClasses = function() {
     this.logger.debug("Resetting tr's");
-    $(this.div).find("div.searchresult table tbody tr").each(function(i) {
+    $(this.div).find("div.searchresult table tbody tr.click").each(function(i) 
{
         $(this).removeClass("odd");
         $(this).removeClass("even");
         $(this).addClass(i % 2 == 0 ? "even" : "odd");
     });
 }
 
-
 </fmt:bundle>
 </mm:content>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to