We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53109a commit 667212eCopy full SHA for 667212e
interface/web/mail/templates/mail_user_mailbox_edit.htm
@@ -12,7 +12,7 @@
12
<select name="email_domain" id="email_domain" class="form-control" style="height:50px;min-width:170px;">{tmpl_var name='email_domain'}</select>
13
</div>
14
<div class="input-group-field">
15
- <a class="btn btn-default formbutton-narrow" href="javascript: navigator.clipboard.writeText(document.getElementById('email_local_part').value + '@' + document.getElementById('email_domain').value);" title="">i
+ <a class="btn btn-default formbutton-narrow" href="javascript: navigator.clipboard.writeText(document.getElementById('email_local_part').value + '@' + document.getElementById('email_domain').value);" title="">
16
<span class="fa fa-clone"></span>
17
</a>
18
0 commit comments