Fixed page references when Users menu is under Settings

This commit is contained in:
bergware
2016-05-29 12:09:40 +02:00
parent ed506c3fc7
commit b67cf2fa64
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -139,5 +139,5 @@ Retype password:
: <input type="password" name="userPasswordConf" maxlength="40" onKeyUp="this.form.cmdUserEdit.disabled=(this.form.userPassword.value!=this.form.userPasswordConf.value);">
&nbsp;
: <input type="submit" name="cmdUserEdit" value="Add"><input type="button" value="Done" onclick="done()">
: <input type="submit" name="cmdUserEdit" value="Add"><input type="button" value="Done" onclick="done('UserAdd')">
</form>