File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
interface/web/mail/templates Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 77 < div class ="col-sm-9 ">
88 < div class ='input-group '>
99 < input type ="text " id ="email_local_part " name ="email_local_part " value ="{tmpl_var name='email_local_part'} " class ="form-control " />
10- < span class ='input-group-addon ' > @</ span >
10+ < 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 >
1111 < div class ='input-group-field '>
1212 < select name ="email_domain " id ="email_domain " class ="form-control " style ="height:50px;min-width:170px; "> {tmpl_var name='email_domain'}</ select >
1313 </ div >
14- < a class ="btn btn-default formbutton-narrow " href ="javascript: navigator.clipboard.writeText(document.getElementById('email_local_part').value + '@' + document.getElementById('email_domain').value); " title ="{tmpl_var name='copy_to_clipboard_txt'} ">
15- < span class ="fa fa-clone "> </ span >
16- </ a >
1714 </ div >
1815 </ div >
1916 </ div >
You can’t perform that action at this time.
0 commit comments