Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
667212e8
Unverified
Commit
667212e8
authored
Dec 24, 2022
by
Helmo
Browse files
Fix stale i character,
#6434
parent
d53109aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/templates/mail_user_mailbox_edit.htm
View file @
667212e8
...
...
@@ -12,7 +12,7 @@
<select
name=
"email_domain"
id=
"email_domain"
class=
"form-control"
style=
"height:50px;min-width:170px;"
>
{tmpl_var name='email_domain'}
</select>
</div>
<div
class=
"input-group-field"
>
<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=
""
>
<span
class=
"fa fa-clone"
></span>
</a>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment