diff options
Diffstat (limited to 'settings/templates/index.tmpl')
-rw-r--r-- | settings/templates/index.tmpl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/templates/index.tmpl b/settings/templates/index.tmpl new file mode 100644 index 00000000000..b700ced4e3a --- /dev/null +++ b/settings/templates/index.tmpl @@ -0,0 +1,19 @@ +<h1>Settings</h1> + +<form action="" type=""> + <p> + <span>New password:</span> + <input type="password" name="newpassword" value=""> + </p> + <p> + <span>Confirm new password:</span> + <input type="password" name="newpasswordconfirm" value=""> + </p> + <p> + <span>Old password:</span> + <input type="password" name="password" value=""> + </p> + <p> + <input type="submit" name="submit" value="Send"> + </p> +</form> |