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

Modified Files:
        List.js.jsp 
Log Message:



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


Index: List.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/List.js.jsp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- List.js.jsp 31 Jul 2008 13:00:05 -0000      1.18
+++ List.js.jsp 31 Jul 2008 13:04:16 -0000      1.19
@@ -13,7 +13,7 @@
  * The user does not need to push a commit button. All data is implicitely 
committed (after a few second of inactivity, or before unload).
  *
  * @author Michiel Meeuwissen
- * @version $Id: List.js.jsp,v 1.18 2008/07/31 13:00:05 michiel Exp $
+ * @version $Id: List.js.jsp,v 1.19 2008/07/31 13:04:16 michiel Exp $
  */
 
 
@@ -37,10 +37,10 @@
 
     this.callBack = null; // called on delete and create
 
-    this.type = this.find(this.div, ".list").find("input[name = 
'type']")[0].value;
-    this.item = this.find(this.div, ".list").find("input[name = 
'item']")[0].value;
-    this.source = this.find(this.div, ".list").find("input[name = 
'source']")[0].value;
-    this.icondir = this.find(this.div, ".list").find("input[name = 
'icondir']")[0].value;
+    this.type = this.find(this.div, ".listinfo").find("input[name = 
'type']")[0].value;
+    this.item = this.find(this.div, ".listinfo").find("input[name = 
'item']")[0].value;
+    this.source = this.find(this.div, ".listinfo").find("input[name = 
'source']")[0].value;
+    this.icondir = this.find(this.div, ".listinfo").find("input[name = 
'icondir']")[0].value;
 
 
     this.lastChange = null;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to