[Cluster-devel] conga/luci cluster/form-macros homebase/luci_h ...

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Oct 16 19:13:45 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-16 19:13:45

Modified files:
	luci/cluster   : form-macros 
	luci/homebase  : luci_homebase.css 

Log message:
	fence device frontend ui stuff

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.87&r2=1.88
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.27&r2=1.28

--- conga/luci/cluster/form-macros	2006/10/16 18:58:22	1.87
+++ conga/luci/cluster/form-macros	2006/10/16 19:13:44	1.88
@@ -2369,7 +2369,11 @@
 
 <div metal:define-macro="fencedev-form">
 	<h2>Fence Device Form</h2>
-	<tal:block tal:define="global cur_fence_type python: 'fence_apc'"/>
+
+	<div class="cluster fencedev" tal:define="
+		global cur_fence_type python: 'fence_apc';
+		global cur_fencename request/fencename | nothing;
+		global cur_cluster request/clustername | nothing" >
 	
 	<tal:block tal:condition="python: cur_fence_type == 'fence_apc'">
 		<tal:block metal:use-macro="here/form-macros/macros/fence-form-apc" />
@@ -2434,6 +2438,11 @@
 	<tal:block tal:condition="python: cur_fence_type == 'fence_manual'">
 		<tal:block metal:use-macro="here/form-macros/macros/fence-form-manual" />
 	</tal:block>
+
+	<div class="fencedev">
+		<input class="hbInput" type="button" value="Submit" name="Submit" />
+	</div>
+	</div>
 </div>
 
 <div metal:define-macro="fencedevprocess-form">
--- conga/luci/homebase/luci_homebase.css	2006/10/11 16:40:16	1.27
+++ conga/luci/homebase/luci_homebase.css	2006/10/16 19:13:45	1.28
@@ -14,6 +14,11 @@
 	background: #dee7ec;
 }
 
+div.fencedev {
+	max-width: 700px;
+	padding: .5em;
+}
+
 *.fencedev {
 	background: #dee7ec;
 }




More information about the Cluster-devel mailing list