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

jparsons at sourceware.org jparsons at sourceware.org
Mon Aug 14 14:53:08 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-14 15:53:07

Modified files:
	luci/cluster   : form-macros 

Log message:
	indenting for parent-child resource relationships

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

--- conga/luci/cluster/form-macros	2006/08/13 19:18:49	1.41
+++ conga/luci/cluster/form-macros	2006/08/14 14:53:07	1.42
@@ -990,7 +990,7 @@
         <span omit-tag="" tal:condition="ref">
           <span tal:omit-tag="" tal:define="global shared string:true"/>
         </span>
-	<strong tal:content="res/indent_str"/>
+	    <div class="" tal:attributes="class python:'rc_indent' + str(res['indent_ctr'])">
         <span tal:omit-tag="" tal:condition="python:type == 'IP Address: '">
           <li metal:use-macro="here/resource-form-macros/macros/ip_macro"/>
         </span>
@@ -1015,6 +1015,7 @@
         <span tal:omit-tag="" tal:condition="python:type == 'Script: '">
           <li metal:use-macro="here/resource-form-macros/macros/scr_macro" />
         </span>
+       </div>
       </ul>
     </li>
   </ul>




More information about the Cluster-devel mailing list