diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 425af726c24..651ff8edbb3 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3913,6 +3913,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction = print getTitleFieldOfList("Categories", 0, $_SERVER['PHP_SELF']); print getTitleFieldOfList("", 0, $_SERVER['PHP_SELF']); print getTitleFieldOfList("", 0, $_SERVER['PHP_SELF']); + print getTitleFieldOfList("DateLastModification", 0, $_SERVER['PHP_SELF'], 'tms', '', $param, '', $sortfield, $sortorder, 'center ')."\n"; // Date last modif print getTitleFieldOfList("", 0, $_SERVER['PHP_SELF']); print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"], '', '', '', '', $sortfield, $sortorder, 'center maxwidthsearch ')."\n"; print ''; @@ -3983,6 +3984,10 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction = } print ''; + // Date last modification + print ''; + print dol_print_date($answerrecord->date_modification, 'dayhour'); + print ''; // Edit properties, HTML sources, status print ''; @@ -4069,6 +4074,11 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction = print ''; print ''; + // Date last modification + print ''; + //print dol_print_date(filemtime()); + print ''; + // Edit properties, HTML sources, status print ''; print ''; @@ -4107,6 +4117,10 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction = print $totalnbwords.' '.$langs->trans("words"); print ''; + // Date last modification + print ''; + print ''; + // Edit properties, HTML sources, status print ''; print '';