[evolvis-commits] r7673: Better iconic task b?==?UTF-8?Q?ar↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:46:41 CET 2011


Author: mirabilos
Date: 2011-02-24 15:46:41 +0100 (Thu, 24 Feb 2011)
New Revision: 7673

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/debian/Theme.class
Log:
Better iconic task bar


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/debian/Theme.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/debian/Theme.class	2011-02-24 14:46:39 UTC (rev 7672)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/debian/Theme.class	2011-02-24 14:46:41 UTC (rev 7673)
@@ -80,7 +80,10 @@
 			print 'class=tabs ';
 		}
 		//print 'href="'. $url .'">' . $title . '</A> | ';
-		print 'href="'. $url .'"><img src="/' . $this->imgroot . $icon . '">' . $title . '</A>';
+		//print 'href="'. $url .'"><img src="/' . $this->imgroot . $icon . '">' . $title . '</A>';
+		print 'href="'. $url .'">';
+		print html_image($this->imgroot . $icon,'24','24',array('alt'=>"$title",'border'=>($selected?'1':'0')));
+		print '</A>';
 	}
 }
 ?>



More information about the evolvis-commits mailing list