[Cluster-devel] conga/luci/homebase form-macros luci_homebase.css

rmccabe at sourceware.org rmccabe at sourceware.org
Thu Aug 9 20:53:50 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2007-08-09 20:53:50

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

Log message:
	Fix 249619

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.44.2.10&r2=1.44.2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.28.2.5&r2=1.28.2.6

--- conga/luci/homebase/form-macros	2007/07/12 04:41:39	1.44.2.10
+++ conga/luci/homebase/form-macros	2007/08/09 20:53:50	1.44.2.11
@@ -493,8 +493,9 @@
 			Clusters
 		</h3>
 
-		<tal:block tal:repeat="c python:systems[0]">
-			<div class="hbcheckdiv"
+		<ul class="vanilla">
+		<li class="vanilla" tal:repeat="c python:systems[0]">
+			<tal:block
 					tal:define="cfname python: here.strFilter('[^0-9A-Za-z_-]', '_', c)"
 					tal:attributes="id python: cfname">
 
@@ -509,15 +510,17 @@
 					tal:attributes="
 						name python:'__CLUSTER:X___' + cfname"
 				/>
-				<span tal:omit-tag="" tal:content="python:c" />
-			</div>
-		</tal:block>
+				<span tal:content="python:c" />
+			</tal:block>
+		</li>
+		</ul>
 
-		<div tal:omit-tag="" tal:condition="python: systems[1] and len(systems[1]) > 0">
+		<tal:block tal:condition="python: systems[1] and len(systems[1]) > 0">
 			<h3 class="homebase">Storage Systems</h3>
 
-			<tal:block tal:repeat="s python: systems[1]">
-				<div class="hbcheckdiv"
+			<ul class="vanilla">
+			<li class="vanilla" tal:repeat="s python: systems[1]">
+				<tal:block
 					tal:define="sfname python: here.strFilter('[^0-9A-Za-z_-]', '_', s)">
 					<input type="checkbox" class="homebase"
 						tal:define="global num_systems python:num_systems + 1"
@@ -530,9 +533,10 @@
 					<input type="hidden" value=""
 						tal:attributes="name python:'__SYSTEM:X___' + sfname" />
 					<span class="hbText" tal:omit-tag="" tal:content="python:s"/>
-				</div>
-			</tal:block>
-		</div>
+				</tal:block>
+			</li>
+			</ul>
+		</tal:block>
 
 		<input type="hidden" id="num_storage"
 			tal:attributes="value python: num_systems + 1" />
--- conga/luci/homebase/luci_homebase.css	2007/03/01 00:31:08	1.28.2.5
+++ conga/luci/homebase/luci_homebase.css	2007/08/09 20:53:50	1.28.2.6
@@ -12,12 +12,17 @@
 	float: left ! important;
 	vertical-align: middle;
 	background: #dee7ec;
+	margin-right: +.3333em;
 }
 
 input.pad_left {
 	margin-left: +.3333em;
 }
 
+input.pad_right {
+	margin-right: +.3333em;
+}
+
 td.pad_right {
 	padding-right: +.6666em;
 }




More information about the Cluster-devel mailing list