File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
interface/web/admin/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 < label for ="username " class ="col-sm-3 control-label "> {tmpl_var name='username_txt'}</ label >
33 < div class ="col-sm-9 "> < input type ="text " name ="username " id ="username " value ="{tmpl_var name='username'} " class ="form-control " /> </ div > </ div >
44 < div class ="form-group ">
5- < label for ="password " class ="col-sm-3 control-label "> {tmpl_var name='password_txt'}</ label >
5+ < label for ="passwort " class ="col-sm-3 control-label "> {tmpl_var name='password_txt'}</ label >
66 < div class ="col-sm-9 ">
77 < div class ="input-group ">
8- < input type ="password " name ="password " id ="password " value ="{tmpl_var name='password '} " title ="{tmpl_var name='password_click_to_set_txt'} " class ="form-control " autocomplete ="off " onkeyup ="pass_check(this.value);checkPassMatch('password ','repeat_password'); " />
8+ < input type ="password " name ="passwort " id ="passwort " value ="{tmpl_var name='passwort '} " title ="{tmpl_var name='password_click_to_set_txt'} " class ="form-control " autocomplete ="off " onkeyup ="pass_check(this.value);checkPassMatch('passwort ','repeat_password'); " />
99 < span class ="input-group-btn ">
10- < button class ="btn btn-default " type ="button " onclick ="generatePassword('password ','repeat_password'); "> {tmpl_var name='generate_password_txt'}</ button >
10+ < button class ="btn btn-default " type ="button " onclick ="generatePassword('passwort ','repeat_password'); "> {tmpl_var name='generate_password_txt'}</ button >
1111 </ span >
1212 </ div >
1313 </ div >
You can’t perform that action at this time.
0 commit comments