diff --git a/inclure/inc-bigup_liste_fichiers.html b/inclure/inc-bigup_liste_fichiers.html index ca957b3..e1b75b8 100644 --- a/inclure/inc-bigup_liste_fichiers.html +++ b/inclure/inc-bigup_liste_fichiers.html @@ -23,7 +23,7 @@ ] - + [(#VALEUR{bigup/vignette/data}|oui) @@ -36,17 +36,19 @@ #NAME [(#SIZE|taille_en_octets)] + [(#ENV{mode}|=={liste}|non) - <:bigform:html_titre:> + <:bigform:html_titre:> + onclick="jQuery(this).parents('form').find('input,textarea,select').filter('\[required\]').prop('required', false); return true;"> <:bigup:bouton_enlever:> + ] diff --git a/lang/bigform_en.php b/lang/bigform_en.php index ddee8b4..8f56859 100644 --- a/lang/bigform_en.php +++ b/lang/bigform_en.php @@ -16,8 +16,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'envoyer' => 'Submit', //H - 'html_titre' => 'Bigform', + 'html_titre' => 'Title', // T - 'titre_page_configurer_bigform' => 'BigForm', + 'titre_page_configurer_bigform' => 'Configure BigForm', ); diff --git a/lang/bigform_fr.php b/lang/bigform_fr.php index 456bfbb..2edc34f 100644 --- a/lang/bigform_fr.php +++ b/lang/bigform_fr.php @@ -16,8 +16,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'envoyer' => 'Envoyer', //H - 'html_titre' => 'Bigform', + 'html_titre' => 'Titre', // T - 'titre_page_configurer_bigform' => 'BigForm', + 'titre_page_configurer_bigform' => 'Configurer BigForm', );