File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
interface/web/admin/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ <h2><tmpl_var name="list_head_txt"></h2>
5757 </ div >
5858 < div class ="ctrlHolder ">
5959 < label for ="relayhost_user "> {tmpl_var name='relayhost_user_txt'}</ label >
60- < input name ="relayhost_user " id ="relayhost_user " value ="{tmpl_var name='relayhost_user'} " size ="40 " maxlength ="255 " type ="text " class ="textInput formLengthHalf " />
60+ < input name ="relayhost_user " id ="relayhost_user " value ="{tmpl_var name='relayhost_user'} " size ="40 " maxlength ="255 " type ="text " class ="textInput formLengthHalf " autocomplete =" off " />
6161 </ div >
6262 < div class ="ctrlHolder ">
6363 < label for ="relayhost_password "> {tmpl_var name='relayhost_password_txt'}</ label >
64- < input name ="relayhost_password " id ="relayhost_password " value ="{tmpl_var name='relayhost_password'} " size ="40 " maxlength ="255 " type ="password " class ="textInput formLengthHalf " />
64+ < input name ="relayhost_password " id ="relayhost_password " value ="{tmpl_var name='relayhost_password'} " size ="40 " maxlength ="255 " type ="password " class ="textInput formLengthHalf " autocomplete =" off " />
6565 </ div >
6666 < div class ="ctrlHolder ">
6767 < label for ="mailbox_size_limit "> {tmpl_var name='mailbox_size_limit_txt'}</ label >
You can’t perform that action at this time.
0 commit comments