Commit 6f6b9489 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '6434-vim-insert' into 'develop'

Fix stale i character, #6434

Closes #6434

See merge request ispconfig/ispconfig3!1678
parents e952f094 667212e8
Pipeline #13071 passed with stage
in 7 seconds
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment