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

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Feb 9 20:33:25 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2007-02-09 20:33:21

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&only_with_tag=RHEL4&r1=1.176.2.7&r2=1.176.2.8

--- conga/luci/cluster/form-macros	2007/02/09 18:32:03	1.176.2.7
+++ conga/luci/cluster/form-macros	2007/02/09 20:33:21	1.176.2.8
@@ -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