X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Ffacteur%2Fformulaires%2Fconfigurer_facteur.html;fp=www%2Fplugins%2Ffacteur%2Fformulaires%2Fconfigurer_facteur.html;h=049d1e7241a9cc0398d4e08ab7659446821f7ae0;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=08c19cf8dafd8e3834c5c15b4c791d75863f31b4;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/facteur/formulaires/configurer_facteur.html b/www/plugins/facteur/formulaires/configurer_facteur.html index 08c19cf8..049d1e72 100644 --- a/www/plugins/facteur/formulaires/configurer_facteur.html +++ b/www/plugins/facteur/formulaires/configurer_facteur.html @@ -100,7 +100,6 @@ - [(#ENV{_enable_smtp_secure}|oui)
  • [(#ENV**{erreurs}|table_valeur{facteur_smtp_secure})] @@ -116,7 +115,19 @@ -
  • ] + +
  • + + [(#ENV**{erreurs}|table_valeur{facteur_smtp_tls_allow_self_signed})] +
    + + +
    +
    + + +
    +
  • [ (#ENV**{erreurs}|table_valeur{facteur_smtp_sender})] @@ -204,6 +215,12 @@ jQuery(function(){ else jQuery('.editer_facteur_smtp_param').hide('fast'); }); + jQuery('input[name=facteur_smtp_secure]').change(function(){ + if (jQuery(this).attr('value')=='tls') + jQuery('.editer_facteur_smtp_tls_allow_self_signed').show('fast'); + else + jQuery('.editer_facteur_smtp_tls_allow_self_signed').hide('fast'); + }); jQuery('input[name=facteur_smtp_auth]').change(function(){ if (jQuery(this).attr('value')=='oui') jQuery('#smtp-auth').show('fast');