[evolvis-commits] r8992: Fixed bug [ #377 ] OSX Theme: text is displayed tw?==?UTF-8?Q?ice↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 16:57:02 CET 2011


Author: mirabilos
Date: 2011-02-24 16:57:02 +0100 (Thu, 24 Feb 2011)
New Revision: 8992

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
   trunk/gforge_base/evolvisforge-5.1/gforge/www/project/showfiles.php
Log:
Fixed bug [ #377 ] OSX Theme: text is displayed twice


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 15:57:01 UTC (rev 8991)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 15:57:02 UTC (rev 8992)
@@ -2,6 +2,9 @@
 
 	* www/search/index.php:
 	Fixed bug [ #477 ] www/search/index.php ignores $limit
+	
+	* www/project/showfiles.php
+	Fixed bug [ #377 ] OSX Theme: text is displayed twice
 
 2003-08-05 Tom Copeland  <tom at infoether.com>
 

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/project/showfiles.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/project/showfiles.php	2011-02-24 15:57:01 UTC (rev 8991)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/project/showfiles.php	2011-02-24 15:57:02 UTC (rev 8992)
@@ -82,7 +82,7 @@
 	
 	print '<tr '.$cur_style.'><td colspan="3"><h3>'.db_result($res_package,$p,'name').'
 	<a href="/project/filemodule_monitor.php?filemodule_id='. db_result($res_package,$p,'package_id') .'&group_id='.db_result($res_package,$p,'group_id').'&start=1">'.
-		html_image('ic/mail16w.png','20','20',array('alt'=>$Language->getText('project_showfiles','monitor_package').'Monitor This Package')) .
+		html_image('ic/mail16w.png','20','20',array('alt'=>$Language->getText('project_showfiles','monitor_package'))) .
 		'</a></h3></td><td colspan="4"> </td></tr>';
 
 	   // get the releases of the package



More information about the evolvis-commits mailing list