summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/index.php24
-rw-r--r--settings/templates/index.tmpl19
2 files changed, 24 insertions, 19 deletions
diff --git a/settings/templates/index.php b/settings/templates/index.php
new file mode 100644
index 00000000000..20410e06d12
--- /dev/null
+++ b/settings/templates/index.php
@@ -0,0 +1,24 @@
+<?php
+/*
+ * Template for settings page
+ */
+?>
+<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>
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>