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
fe25cf93
Unverified
Commit
fe25cf93
authored
May 17, 2022
by
Helmo
Browse files
Back to a button, now with proper styling thanks to
@pixcept
parent
71902663
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/templates/mail_user_mailbox_edit.htm
View file @
fe25cf93
...
...
@@ -7,10 +7,15 @@
<div
class=
"col-sm-9"
>
<div
class=
'input-group'
>
<input
type=
"text"
id=
"email_local_part"
name=
"email_local_part"
value=
"{tmpl_var name='email_local_part'}"
class=
"form-control"
/>
<span
class=
'input-group-addon
input-group-field'
onClick=
"javascript: navigator.clipboard.writeText(document.getElementById('email_local_part').value + '@' + document.getElementById('email_domain').value);"
title=
"{tmpl_var name='copy_to_clipboard_txt'}"
>
@
</span>
<span
class=
'input-group-addon
'
>
@
</span>
<div
class=
'input-group-field'
>
<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
<span
class=
"fa fa-clone"
></span>
</a>
</div>
</div>
</div>
</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