Add full date and time as "title" (mouseover) text for dates shown on the message...
[squirrelmail.git] / templates / default / message_list.tpl
index 8d9548c30d2b999de9c3cf9aa746f6573a60e4f7..b09079bc116b8998d156e5b613d1b67983422c1d 100644 (file)
@@ -514,8 +514,9 @@ if ($non_clicked_class != 'even' && $non_clicked_class != 'odd'
             break;
           case SQM_COL_INT_DATE:
           case SQM_COL_DATE:
-            $sText = "    <td class=\"col_date\" $javascript_auto_click>"
-                   . $value. "</td>\n";
+            $sText = "    <td class=\"col_date\" $javascript_auto_click";
+            if ($title) {$sText .= " title=\"$title\"";}
+            $sText .= ">" . $value. "</td>\n";
             echo $sText;
             break;
           default: