X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Femails%2Fredirect.tpl;h=a56e173e8ad33894087c1dae4ac6f8263b9ff4d7;hb=164566891eef6e4027b2dfccda0040d37f10605b;hp=766a6dcbc3020bdb8e2baf598c856ada3e749c52;hpb=885fc3db075468f6747321befca5c39425f3ebb7;p=platal.git diff --git a/templates/emails/redirect.tpl b/templates/emails/redirect.tpl index 766a6dc..a56e173 100644 --- a/templates/emails/redirect.tpl +++ b/templates/emails/redirect.tpl @@ -81,7 +81,7 @@ { if (confirm("Supprimer l'adresse " + email + " ?")) { $.get(link.href, {},function() { - $('tr[@id=line_' + email.replace('@', '_at_') + ']').remove(); + $('#line_' + email.replace('@', '_at_').replace('.','\\.')).remove(); showRemove(); activeEnable(); }); @@ -123,6 +123,7 @@ {test_email}

+
@@ -171,21 +172,21 @@ {icon name=cross title="Supprimer"} {else} - {if $e->sufficient}{/if} + {if $e->sufficient} {/if} {icon name=information title="Plus d'informations"} {/if} {/foreach} - {cycle values="pair,impair" assign=class_combobox} + {$error_email} {include file="include/emails.combobox.tpl" name="email" val=$email class=$class_combobox error=$error_email i="0"} -
Redirection
{xsrf_token_field}
+