From 2233ad0b9972c0348aa8a5ae7a8819cc327e554f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 16 Jun 2008 14:12:02 +0000 Subject: [PATCH] Look: Minor change --- htdocs/comm/mailing/index.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/htdocs/comm/mailing/index.php b/htdocs/comm/mailing/index.php index aa57014d78a..89f54c80db1 100644 --- a/htdocs/comm/mailing/index.php +++ b/htdocs/comm/mailing/index.php @@ -15,16 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/comm/mailing/index.php \ingroup mailing \brief Page accueil de la zone mailing - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -36,12 +33,11 @@ if (! $user->rights->mailing->lire || $user->societe_id > 0) accessforbidden(); - -llxHeader('','Mailing'); - /* - * + * View */ + +llxHeader('','Mailing'); print_fiche_titre($langs->trans("MailingArea")); @@ -171,7 +167,7 @@ if ($result) print ""; print ''.img_object($langs->trans("ShowEMail"),"email").' '.$obj->rowid.''; - print ''.$obj->titre.''; + print ''.dolibarr_trunc($obj->titre,40).''; print ''.($obj->nbemail?$obj->nbemail:"0").''; $mailstatic=new Mailing($db); print ''.$mailstatic->LibStatut($obj->statut,5).'';