[Cluster-devel] conga/luci/cluster form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Feb 9 20:32:53 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-02-09 20:32:52

Modified files:
	luci/cluster   : form-macros 

Log message:
	Fix a bug that showed up when adding a new fdom.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.185&r2=1.186

--- conga/luci/cluster/form-macros	2007/02/09 18:30:43	1.185
+++ conga/luci/cluster/form-macros	2007/02/09 20:32:52	1.186
@@ -4576,7 +4576,9 @@
 	</script>
 
 	<h2>Add a Failover Domain</h2>
-	<tal:block metal:use-macro="here/form-macros/macros/fdom-macro" />
+	<tal:block tal:define="fdom python:{}">
+		<tal:block metal:use-macro="here/form-macros/macros/fdom-macro" />
+	</tal:block>
 </div>
 
 <div metal:define-macro="fdomconfig-form">




More information about the Cluster-devel mailing list