From 00bf35557af08ed19751c924b0675f3fede38dbe Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sat, 15 Jul 2006 09:38:47 +0000 Subject: [PATCH] Put the 'New message' icon in the subject column git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@102 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/spool.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/banana/spool.inc.php b/banana/spool.inc.php index 94897b9..0bdfe09 100644 --- a/banana/spool.inc.php +++ b/banana/spool.inc.php @@ -405,9 +405,9 @@ class BananaSpool $new .= ''; if (is_null($_ref)) { - $res .= ''._b_('Date').''; - $res .= ''._b_('Sujet').''; - $res .= ''. $new . _b_('Auteur').''; + $res .= '' . _b_('Date') . ''; + $res .= '' . $new . _b_('Sujet') . ''; + $res .= '' . _b_('Auteur') . ''; } else { $res .= '' . _b_('Aperçu de ') . makeHREF(Array('group' => $this->group), -- 2.1.4