From: x2003bruneau Date: Tue, 7 Mar 2006 15:54:35 +0000 (+0000) Subject: Prise en compte du paramètre can_attach pour dire si on a le droit ou non d'envoyer... X-Git-Tag: 1.8~257 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c460d1f98d50f0e032851c12cecbffa42d1aa0b9;p=banana.git Prise en compte du paramètre can_attach pour dire si on a le droit ou non d'envoyer des messages avec des pièces jointes git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@38 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index f160209..546f245 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -315,9 +315,11 @@ class Banana $html .= ''._b_('Corps').''; $html .= ''; - $html .= ''._b_('Pièces jointes').''; - $html .= ''; - $html .= ''; + if ($this->can_attach) { + $html .= ''._b_('Pièce jointe').''; + $html .= ''; + $html .= ''; + } $html .= ''; if ($id > 0) { $html .= '';