logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: squirrelmail/functions/template message_list_util.php, 1.1, 1.2: msg#00154

Subject: CVS: squirrelmail/functions/template message_list_util.php, 1.1, 1.2
Update of /cvsroot/squirrelmail/squirrelmail/functions/template
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv844/functions/template

Modified Files:
        message_list_util.php 
Log Message:
Remove span tags from core

Index: message_list_util.php
===================================================================
RCS file: 
/cvsroot/squirrelmail/squirrelmail/functions/template/message_list_util.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- message_list_util.php       31 Dec 2006 05:18:59 -0000      1.1
+++ message_list_util.php       31 Dec 2006 05:40:57 -0000      1.2
@@ -174,16 +174,15 @@
     switch ($priority) {
         case 1:
         case 2:
-            $icon = getIcon($icon_theme_path, 'prio_high.png', '<span 
class="high_priority">!</span>');
+            $icon = getIcon($icon_theme_path, 'prio_high.png', 
create_span('!', 'high_priority'));
             break;
         case 5:
-            $icon = getIcon($icon_theme_path, 'prio_low.png', '<span 
class="low_priority">&#8595;</span>');
+            $icon = getIcon($icon_theme_path, 'prio_low.png', 
create_span('&#8595;', 'low_priority'));
             break;
         default:
             $icon = getIcon($icon_theme_path, 'transparent.png', '', '', 5);
             break;
     }
- echo "prio = $priority<br>icon = $icon<br>";   
 
     return $icon;
 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>