From ba2d88e922bfbed256ed4a4e168459e85cbd9e92 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 29 Dec 2010 10:08:12 +0000 Subject: [PATCH] Fix: W3C --- htdocs/societe/notify/fiche.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/societe/notify/fiche.php b/htdocs/societe/notify/fiche.php index 5078a3c5d46..bd18c4b787b 100644 --- a/htdocs/societe/notify/fiche.php +++ b/htdocs/societe/notify/fiche.php @@ -21,7 +21,7 @@ /** * \file htdocs/societe/notify/fiche.php * \ingroup societe, notification - * \brief Onglet notifications pour une societe + * \brief Tab for notifications of third party * \version $Id$ */ @@ -156,7 +156,7 @@ if ( $soc->fetch($soc->id) ) print '
'; print ''; - // Ligne de titres + // Line with titles print ''; print ''; $param="&socid=".$socid; @@ -209,7 +209,7 @@ if ( $soc->fetch($soc->id) ) } else { - print ''; } @@ -224,7 +224,7 @@ if ( $soc->fetch($soc->id) ) print_fiche_titre($langs->trans("ListOfActiveNotifications"),'',''); $var=true; - // Ligne de titres + // Line with titles print '
'; + print '
'; print $langs->trans("YouMustCreateContactFirst"); print '
'; print ''; print_liste_field_titre($langs->trans("Contact"),"fiche.php","c.name",'',$param,'"width="45%"',$sortfield,$sortorder); @@ -299,7 +299,7 @@ if ( $soc->fetch($soc->id) ) print_fiche_titre($langs->trans("ListOfNotificationsDone"),'',''); $var=true; - // Ligne de titres + // Line with titles print '
'; print ''; print_liste_field_titre($langs->trans("Contact"),"fiche.php","c.name",'',"&socid=$socid",'',$sortfield,$sortorder);