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

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Jun 12 15:33:52 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	EXPERIMENTAL
Changes by:	rmccabe at sourceware.org	2007-06-12 15:33:52

Modified files:
	luci/cluster   : form-macros 

Log message:
	Fix 241706: Eliminate confusion in add fence flow

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.198.2.5&r2=1.198.2.6

--- conga/luci/cluster/form-macros	2007/06/12 15:21:46	1.198.2.5
+++ conga/luci/cluster/form-macros	2007/06/12 15:33:52	1.198.2.6
@@ -3366,8 +3366,7 @@
 				</div>
 
 				<div class="fence_control">
-					<input type="button" value="Add a fence to this level"
-						onclick="add_node_fence_device(1)" />
+					<a href="javascript:add_node_fence_device(1)">Add a fence device to this level</a>
 				</div>
 			</td>
 
@@ -3435,8 +3434,7 @@
 				</div>
 
 				<div class="fence_control">
-					<input type="button" value="Add a fence to this level"
-						onclick="add_node_fence_device(2)" />
+					<a href="javascript:add_node_fence_device(2)">Add a fence device to this level</a>
 				</div>
 			</td>
 		</tr>




More information about the Cluster-devel mailing list