[Cluster-devel] conga/luci/cluster resource_form_handlers.js

rmccabe at sourceware.org rmccabe at sourceware.org
Sat Oct 7 20:12:47 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-07 20:12:47

Modified files:
	luci/cluster   : resource_form_handlers.js 

Log message:
	fix the input so that it is properly formed xml

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.19&r2=1.20

--- conga/luci/cluster/resource_form_handlers.js	2006/10/04 17:24:58	1.19
+++ conga/luci/cluster/resource_form_handlers.js	2006/10/07 20:12:47	1.20
@@ -402,8 +402,7 @@
 		return (-1);
 
 	/* sort this out in the backend */
-	master_form.form_xml.value = form_xml;
-	/* alert(form_xml); */
+	master_form.form_xml.value = '<formlist>' + form_xml + '</formlist>';
 	if (confirm('Save changes to this service?'))
 		master_form.submit();
 	return (0);




More information about the Cluster-devel mailing list