Просмотр исходного кода

Use 'answered' instead of 'read'. Icon is different.

tokul 21 лет назад
Родитель
Сommit
11f1d08305
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      functions/mailbox_display.php

+ 2 - 0
functions/mailbox_display.php

@@ -323,6 +323,8 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
                     }
                     if (isset($msg['FLAG_ANSWERED']) && ($msg['FLAG_ANSWERED']) == true)
                     {
+                        $msg_alt = '(' . _("Answered") . ')';
+                        $msg_title = '(' . _("Answered") . ')';
                         $msg_icon .= '_reply';
                     }
                     $td_str .= '<IMG SRC="' . $msg_icon . '.gif" border="0" alt="'. $msg_alt . '" title="' . $msg_title . '" height="12" width="18" >';