<divstyle="margin-top: 3px; padding-left: 3px; font-size: 90%"class="text-muted">You may use international (non-ASCII) characters for the domain part of the email address only.</div>
</div>
</div>
...
...
@@ -77,7 +77,7 @@
<spanclass="glyphicon glyphicon-trash"></span>
</a>
</td>
<tdclass='email'></td>
<tdclass='address'></td>
<tdclass='receivers'></td>
<tdclass='senders'></td>
</tr>
...
...
@@ -106,8 +106,8 @@ function show_aliases() {
n.attr('id','');
if(alias.required)n.addClass('alias-required');
n.attr('data-email',alias.address_display);// this is decoded from IDNA, but will get re-coded to IDNA on the backend
n.find('td.email').text(alias.address_display)
n.attr('data-address',alias.address_display);// this is decoded from IDNA, but will get re-coded to IDNA on the backend