From e8430ca5861bc85a1357f7357a4c1c91c43c4206 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 19 Mar 2019 14:06:54 +0100 Subject: [PATCH] update with html5 compliant code --- htdocs/adherents/document.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/document.php b/htdocs/adherents/document.php index 8dca985af70..d88d775e0c1 100644 --- a/htdocs/adherents/document.php +++ b/htdocs/adherents/document.php @@ -128,7 +128,7 @@ if ($id > 0) // Morphy print ''.$langs->trans("Nature").''.$object->getmorphylib().''; - /*print ''; + /*print ''; print $form->showphoto('memberphoto',$object); print '';*/ print ''; @@ -140,10 +140,10 @@ if ($id > 0) print ''.$langs->trans("UserTitle").''.$object->getCivilityLabel().' '; print ''; - // Nbre fichiers + // Number of Attached Files print ''.$langs->trans("NbOfAttachedFiles").''.count($filearray).''; - //Total taille + //Total Size Of Attached Files print ''.$langs->trans("TotalSizeOfAttachedFiles").''.dol_print_size($totalsize, 1, 1).''; print '';