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

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Feb 2 01:12:22 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-02-02 01:12:21

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

Log message:
	Make the input fields for GULM lock server hosts longer

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.174&r2=1.175
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.36&r2=1.37

--- conga/luci/cluster/form-macros	2007/02/02 01:03:46	1.174
+++ conga/luci/cluster/form-macros	2007/02/02 01:12:21	1.175
@@ -321,6 +321,7 @@
 										<td>
 											<input type="text"
 												name="__GULM__:server1"
+												class="hostname"
 												tal:attributes="
 													disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
 													value add_cluster/gulm_lockservers/server1 | nothing" />
@@ -331,6 +332,7 @@
 										<td>
 											<input type="text"
 												name="__GULM__:server2"
+												class="hostname"
 												tal:attributes="
 													disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
 													value add_cluster/gulm_lockservers/server2 | nothing" />
@@ -341,6 +343,7 @@
 										<td>
 											<input type="text"
 												name="__GULM__:server3"
+												class="hostname"
 												tal:attributes="
 													disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
 													value add_cluster/gulm_lockservers/server3 | nothing" />
@@ -351,6 +354,7 @@
 										<td>
 											<input type="text"
 												name="__GULM__:server4"
+												class="hostname"
 												tal:attributes="
 													disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
 													value add_cluster/gulm_lockservers/server4 | nothing" />
@@ -361,6 +365,7 @@
 										<td>
 											<input type="text"
 												name="__GULM__:server5"
+												class="hostname"
 												tal:attributes="
 													disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
 													value add_cluster/gulm_lockservers/server5 | nothing" />
@@ -1315,31 +1320,36 @@
 				<tr>
 					<td class="pad_right">External Lock Server 1</td>
 					<td>
-						<input type="text" name="__GULM__:server1" value="" />
+						<input type="text" name="__GULM__:server1"
+							class="hostname" value="" />
 					</td>
 				</tr>
 				<tr>
 					<td class="pad_right">External Lock Server 2</td>
 					<td>
-						<input type="text" name="__GULM__:server2" value="" />
+						<input type="text" name="__GULM__:server2"
+							class="hostname" value="" />
 					</td>
 				</tr>
 				<tr>
 					<td class="pad_right">External Lock Server 3</td>
 					<td>
-						<input type="text" name="__GULM__:server3" value="" />
+						<input type="text" name="__GULM__:server3"
+							class="hostname" value="" />
 					</td>
 				</tr>
 				<tr>
 					<td class="pad_right">External Lock Server 4</td>
 					<td>
-						<input type="text" name="__GULM__:server4" value="" />
+						<input type="text" name="__GULM__:server4"
+							class="hostname" value="" />
 					</td>
 				</tr>
 				<tr>
 					<td class="pad_right">External Lock Server 5</td>
 					<td>
-						<input type="text" name="__GULM__:server5" value="" />
+						<input type="text" name="__GULM__:server5"
+							class="hostname" value="" />
 					</td>
 				</tr>
 			</tbody>
--- conga/luci/homebase/luci_homebase.css	2007/01/30 22:26:00	1.36
+++ conga/luci/homebase/luci_homebase.css	2007/02/02 01:12:21	1.37
@@ -289,7 +289,7 @@
 	display: none;
 }
 
-input.hbInputSys {
+input.hbInputSys, input.hostname {
 	padding: .2em ! important;
 	width: 200px;
 }




More information about the Cluster-devel mailing list