[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] CVS: squirrelmail/templates util_global.php,1.4,1.5
From:       Thijs Kinkhorst <kink () users ! sourceforge ! net>
Date:       2006-06-26 14:26:24
Message-ID: E1Fus2i-0005KI-Bj () sc8-pr-cvs8 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/squirrelmail/squirrelmail/templates
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20065/templates

Modified Files:
	util_global.php 
Log Message:
Also output alt when its empty, closes #1512640


Index: util_global.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/templates/util_global.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- util_global.php	13 May 2006 19:11:08 -0000	1.4
+++ util_global.php	26 Jun 2006 14:26:20 -0000	1.5
@@ -36,7 +36,8 @@
         // find an image, we will revert back to the text icon.
         if (!is_null($icon_path)) {
             $icon = '<img src="'.$icon_path.'" ' .
-                    (!empty($alt_text) ? 'alt="'.$alt_text.'" title="'.$alt_text.'" ' : '') .
+                    'alt="'.$alt_text.'" '.
+                    (!empty($alt_text) ? 'title="'.$alt_text.'" ' : '') .
                     (!is_null($w) ? 'width="'.$w.'" ' : '') .
                     (!is_null($h) ? 'height="'.$h.'" ' : '') .
                     ' />';


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-cvs mailing list
List Address: squirrelmail-cvs@lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
http://squirrelmail.org/cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic