File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
interface/web/mail/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66 < label class ="col-sm-3 control-label "> < em > *</ em > {tmpl_var name='email_txt'}</ label >
77 < div class ="col-sm-9 ">
88 < div class ='input-group '>
9- < input type ="text " id ="email_local_part " name ="email_local_part " value ="{tmpl_var name='email_local_part'} " class ="form-control " />
9+ < input type ="text " id ="email_local_part " name ="email_local_part " value ="{tmpl_var name='email_local_part'} " class ="form-control " onChange =" javascript: if (/@/.test(this.value)) { parts = this.value.split('@'); $('#email_domain').val(parts.pop()); $('#email_domain').trigger('change'); this.value=parts.pop(); } " />
1010 < span class ='input-group-addon '> @</ 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 >
You can’t perform that action at this time.
0 commit comments