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

jparsons at sourceware.org jparsons at sourceware.org
Mon Oct 16 20:34:38 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-10-16 20:34:37

Modified files:
	luci/cluster   : form-macros 

Log message:
	syntax fixup

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

--- conga/luci/cluster/form-macros	2006/10/16 20:25:33	1.89
+++ conga/luci/cluster/form-macros	2006/10/16 20:34:37	1.90
@@ -1881,7 +1881,7 @@
 </div>
 
 <div metal:define-macro="xenvmadd-form">
-  <span tal:define="python:here.appendModel(request, modelb)"/>
+  <span tal:define="ress python:here.appendModel(request, modelb)"/>
   <form method="get" action="" tal:attributes="action python:request['baseurl'] + '?clustername=' + request['clustername'] + '&pagetype=29'">
   <h4>Path to configuration file: </h4><input type="text" name="xenvmpath" value=""/>
   <h4>Name of configuration file: </h4><input type="text" name="xenvmname" value=""/>
@@ -1890,7 +1890,7 @@
 </div>
 
 <div metal:define-macro="xenvmconfig-form">
-  <span tal:define="python:here.appendModel(request, modelb)"/>
+  <span tal:define="ress python:here.appendModel(request, modelb)"/>
   <h4>Properties for Xen VM <font color="green"><span tal:content="request/servicename"/></font></h4>
   <span tal:define="global xeninfo python:here.getXenVMInfo(modelb, request)">
   <form method="get" action="" tal:attributes="action python:request['baseurl'] + '?clustername=' + request['clustername'] + '&pagetype=29&servicename=' + request['servicename']">




More information about the Cluster-devel mailing list