File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 258258 ),
259259 'smtp_pass ' => array (
260260 'datatype ' => 'VARCHAR ' ,
261- 'formtype ' => 'PASSWORD ' ,
261+ 'formtype ' => 'TEXT ' ,
262262 'default ' => '' ,
263263 'value ' => '' ,
264264 'width ' => '30 ' ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
5959 </ div >
6060 < div class ="ctrlHolder ">
6161 < label for ="smtp_pass "> {tmpl_var name='smtp_pass_txt'}</ label >
62- < input name ="smtp_pass " id ="smtp_pass " value ="{tmpl_var name='smtp_pass'} " size ="30 " maxlength ="255 " type ="text " class ="textInput " />
62+ < input name ="smtp_pass " id ="smtp_pass " value ="{tmpl_var name='smtp_pass'} " size ="30 " maxlength ="255 " type ="password " class ="textInput " />
6363 </ div >
6464 < div class ="ctrlHolder ">
6565 < p class ="label "> {tmpl_var name='smtp_crypt_txt'}</ p >
You can’t perform that action at this time.
0 commit comments