File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
interface/web/tools/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
44< p > < tmpl _var name ="list_desc_txt "> </ p >
55
66 < div class ="form-group ">
7- < label for ="password " class ="col-sm-3 control-label "> {tmpl_var name='password_txt'}</ label >
7+ < label for ="passwort " class ="col-sm-3 control-label "> {tmpl_var name='password_txt'}</ label >
88 < div class ="col-sm-9 ">
99 < div class ="input-group ">
10- < input type ="password " name ="password " id ="password " value ="{tmpl_var name='password '} " class ="form-control " autocomplete ="off " onkeyup ="pass_check(this.value);checkPassMatch('password ','repeat_password'); " />
10+ < input type ="password " name ="passwort " id ="passwort " value ="{tmpl_var name='passwort '} " class ="form-control " autocomplete ="off " onkeyup ="pass_check(this.value);checkPassMatch('passwort ','repeat_password'); " />
1111 < span class ="input-group-btn ">
12- < button class ="btn btn-default " type ="button " onclick ="generatePassword('password ','repeat_password'); "> {tmpl_var name='generate_password_txt'}</ button >
12+ < button class ="btn btn-default " type ="button " onclick ="generatePassword('passwort ','repeat_password'); "> {tmpl_var name='generate_password_txt'}</ button >
1313 </ span >
1414 </ div >
1515 </ div >
You can’t perform that action at this time.
0 commit comments