From fe5f511f19640668afe2387f8d588b821cf5f1b8 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Nov 2012 17:17:21 -0800 Subject: more work on the settings pages --- view/tpl/settings_account.tpl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 view/tpl/settings_account.tpl (limited to 'view/tpl/settings_account.tpl') diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl new file mode 100644 index 000000000..d1a635f91 --- /dev/null +++ b/view/tpl/settings_account.tpl @@ -0,0 +1,28 @@ +

$title

+ + + + + +
+ + +{{inc field_input.tpl with $field=$email }}{{endinc}} + + +

$h_pass

+ +{{inc field_password.tpl with $field=$password1 }}{{endinc}} +{{inc field_password.tpl with $field=$password2 }}{{endinc}} + + +
+ +
+ +$account_settings + + + -- cgit v1.2.3