diff --git a/htdocs/comm/action/document.php b/htdocs/comm/action/document.php index 9993faac02b..aeb71f91b80 100755 --- a/htdocs/comm/action/document.php +++ b/htdocs/comm/action/document.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2012 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Ocebo * Copyright (C) 2005-2012 Regis Houssin * Copyright (C) 2005 Simon TOSSER @@ -162,7 +162,7 @@ if ($objectid > 0) else print dol_print_date($act->datep,'day'); if ($act->percentage == 0 && $act->datep && $act->datep < ($now - $delay_warning)) print img_warning($langs->trans("Late")); print ''; - print ''."\n"; + print ''."\n"; print '
'; print ''; print ''; @@ -206,10 +206,10 @@ if ($objectid > 0) print ''; // Location - print ''.$langs->trans("Location").''.$act->location.''; + print ''.$langs->trans("Location").''.$act->location.''; - print '
'; + print '


'; // Third party - Contact @@ -261,7 +261,7 @@ if ($objectid > 0) print ''; - print '

'; + print '


'; // Construit liste des fichiers $filearray=dol_dir_list($upload_dir,"files",0,'','\.meta$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1); diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 023a12b1fee..9aec3e15b68 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -812,7 +812,7 @@ if ($id) else print dol_print_date($act->datep,'day'); if ($act->percentage == 0 && $act->datep && $act->datep < ($now - $delay_warning)) print img_warning($langs->trans("Late")); print ''; - print ''; // Location - print ''; + print ''; print '
'."\n"; + print ''."\n"; print ''; print ''; print ''; @@ -856,7 +856,7 @@ if ($id) print '
'.$langs->trans("Location").''.$act->location.'
'.$langs->trans("Location").''.$act->location.'


';