diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl index e4bf2c9..52c816f 100644 --- a/templates/account/edit.tpl +++ b/templates/account/edit.tpl @@ -6,20 +6,31 @@


- [[user:change_picture]] + [[user:change_picture]]

- - - [[user:delete_account]]

- - + + + [[user:change_username]]

+ + + [[user:change_email]]

+ + [[user:change_password]]

+ - [[user:confirm_email]] + [[user:confirm_email]]

+ + + + [[user:delete_account]]

+ + +
@@ -27,23 +38,6 @@
- -
- -
- -
-
- - -
- -
- -
- -
-
@@ -100,43 +94,6 @@
- - -
- -
- disabled> -
-
- - -
- -
- - - - -
-
- -
- -
- - - - -
-
-
- - - -
-
diff --git a/templates/account/edit/email.tpl b/templates/account/edit/email.tpl new file mode 100644 index 0000000..b47a8c5 --- /dev/null +++ b/templates/account/edit/email.tpl @@ -0,0 +1,31 @@ + + +
+
+ +
+ +
+ +
+
+ + + + +
+ +
+ disabled> +
+
+ + + + +
+ +
+
diff --git a/templates/account/edit/password.tpl b/templates/account/edit/password.tpl new file mode 100644 index 0000000..505259e --- /dev/null +++ b/templates/account/edit/password.tpl @@ -0,0 +1,40 @@ + + +
+
+ + + +
+ +
+ disabled> +
+
+ + +
+ +
+ + + + +
+
+ +
+ +
+ + + + +
+
+
+ +
+
\ No newline at end of file diff --git a/templates/account/edit/username.tpl b/templates/account/edit/username.tpl new file mode 100644 index 0000000..c336f27 --- /dev/null +++ b/templates/account/edit/username.tpl @@ -0,0 +1,31 @@ + + +
+
+ +
+ +
+ +
+
+ + + + +
+ +
+ disabled> +
+
+ + + + +
+ +
+
\ No newline at end of file