diff options
Diffstat (limited to 'settings/templates/index.tmpl')
-rw-r--r-- | settings/templates/index.tmpl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/settings/templates/index.tmpl b/settings/templates/index.tmpl deleted file mode 100644 index b700ced4e3a..00000000000 --- a/settings/templates/index.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -<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> |