From db5dd6c5a03ec67df1388803297dce0d01d1e717 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 9 Oct 2015 17:53:15 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/1637 --- templates/account/edit.tpl | 79 +++++++---------------------- templates/account/edit/email.tpl | 31 +++++++++++ templates/account/edit/password.tpl | 40 +++++++++++++++ templates/account/edit/username.tpl | 31 +++++++++++ 4 files changed, 120 insertions(+), 61 deletions(-) create mode 100644 templates/account/edit/email.tpl create mode 100644 templates/account/edit/password.tpl create mode 100644 templates/account/edit/username.tpl 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 @@
@@ -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