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

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Sep 19 17:50:29 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-09-19 17:50:28

Modified files:
	luci/cluster   : resource-form-macros 

Log message:
	fix a bug on the service composition form

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

--- conga/luci/cluster/resource-form-macros	2006/09/14 21:24:24	1.11
+++ conga/luci/cluster/resource-form-macros	2006/09/19 17:50:28	1.12
@@ -23,7 +23,7 @@
 
 	<tal:block tal:condition="exists:res">
 		<tal:block tal:define="
-			global expclass python: ((res['max_depth'] == 0 and 'invisible ') + 'expander')" />
+			global expclass python: ((res['max_depth'] == 0 and 'invisible ' or '') + 'expander')" />
 	</tal:block>
 
 	<p tal:attributes="class expclass">




More information about the Cluster-devel mailing list