r21070 - htdocs/branches/beta/news - Exclude news header for being highlighted when hovering.

Cristian Marchi cmarchi at code.gnucash.org
Mon Aug 1 14:15:24 EDT 2011


Author: cmarchi
Date: 2011-08-01 14:15:23 -0400 (Mon, 01 Aug 2011)
New Revision: 21070
Trac: http://svn.gnucash.org/trac/changeset/21070

Modified:
   htdocs/branches/beta/news/news-script.php
Log:
Exclude news header for being highlighted when hovering.

Modified: htdocs/branches/beta/news/news-script.php
===================================================================
--- htdocs/branches/beta/news/news-script.php	2011-08-01 18:03:20 UTC (rev 21069)
+++ htdocs/branches/beta/news/news-script.php	2011-08-01 18:15:23 UTC (rev 21070)
@@ -131,7 +131,7 @@
 <div class="newsborder">
   <div class="newsheader">
     <img src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]" /> 
-    <a name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
+    <a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';"; onmouseout="this.style.backgroundColor='#cacaf7';" name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
   </div>
   <div class="newsinner">
   <? for ($i=2; $i<$n; $i++)  {



More information about the gnucash-changes mailing list