';
print ''.$langs->trans("MaxSizeForUploadedFiles").'.';
@@ -349,7 +338,7 @@ print '';
// Form to test upload
-if ($mesg) print $mesg;
+dol_htmloutput_mesg($mesg);
// Affiche formulaire upload
print ' ';
@@ -359,5 +348,5 @@ $formfile->form_attach_new_file(DOL_URL_ROOT.'/admin/security_other.php',$langs-
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/29 21:04:27 $ - $Revision: 1.40 $');
?>
|