New : 0001890: Avertissement si la document à télécharger est trop gros,

on ne peut soumettre le fichier
This commit is contained in:
sparkyx 2021-01-29 10:50:34 +01:00
parent 5459b10fbe
commit a2a31c8b3f
16 changed files with 180 additions and 34 deletions

View file

@ -109,4 +109,6 @@ content[74]="<?php echo htmlspecialchars(_('TVA due ou récupérable quand l\'op
content[75]="<?php echo htmlspecialchars(_('Journaux Achat ou vente en mode simple, TVA ou détaillé'),ENT_QUOTES)?>";
content[76]="<?php echo htmlspecialchars(_('Il est conseillé d\'avoir un quickcode de moins de 9 car.'),ENT_QUOTES)?>";
content[77]="<?php echo htmlspecialchars(_("Permet de chercher dans le suivi pour les contacts multiples"),ENT_QUOTES)?>";
<?php $file_too_large=sprintf("Fichier trop grand , taille max = %s mb",(round(MAX_FILE_SIZE/1024/1024,2)));?>
content[78]="<?php echo htmlspecialchars($file_too_large,ENT_QUOTES)?>";
</script>