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

jparsons at sourceware.org jparsons at sourceware.org
Thu Nov 30 22:31:59 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	jparsons at sourceware.org	2006-11-30 22:31:59

Modified files:
	luci/cluster   : form-macros 

Log message:
	font color fix

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

--- conga/luci/cluster/form-macros	2006/11/30 22:21:52	1.90.2.5
+++ conga/luci/cluster/form-macros	2006/11/30 22:31:59	1.90.2.6
@@ -3012,7 +3012,7 @@
 <tal:block tal:define="global fencedevs python: fencedevinfo['fencedevs']"/>
   <span tal:repeat="fencedev fencedevs">
    <h3>Agent type: <span tal:content="fencedev/pretty_name"/></h3>
-   <h3>Name: <font color="green"><a tal:attributes="href fencedev/cfgurl"><span tal:content="fencedev/name"/></a></font></h3>
+   <h3>Name: <font style="color:green"><a class="running" tal:attributes="href fencedev/cfgurl"><span tal:content="fencedev/name"/></a></font></h3>
    <h3>Nodes using this device for fencing:</h3>
    <ul>
      <tal:block tal:define="global usednodes python:fencedev['nodesused']"/>
@@ -3021,7 +3021,7 @@
      </span>
     <span tal:repeat="usednode usednodes">
      <li><font color="green">
-      <a href="" tal:attributes="href usednode/nodeurl"><tal:block tal:content="usednode/nodename"/>
+      <a class="runned" href="" tal:attributes="href usednode/nodeurl"><tal:block tal:content="usednode/nodename"/>
       </a></font>
      </li>
     </span>




More information about the Cluster-devel mailing list