From ff8351437eab90786b99b940d31dacd133034f09 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 1 Aug 2014 01:24:03 -0700 Subject: make the profile minimal by default. Use features to enable the advanced form. --- view/tpl/profile_edit.tpl | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) (limited to 'view') diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index edc93143e..22e92390b 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -41,7 +41,11 @@
+{{if $advanced}} {{$gender}} +{{else}} +{{$gender_min}} +{{/if}}
@@ -106,7 +110,11 @@
+{{if $advanced}} {{$marital}} +{{else}} +{{$marital_min}} +{{/if}}
@@ -119,7 +127,11 @@
+{{if $advanced}} {{$sexual}} +{{else}} +{{$sexual_min}} +{{/if}}
@@ -131,6 +143,8 @@
+{{if $advanced}} +
@@ -143,6 +157,8 @@
+{{/if}} +
@@ -165,6 +181,19 @@
+ +
+

+{{$lbl_social}} +

+ + + +
+
+ +{{if $advanced}} +

{{$lbl_hobbies}} @@ -198,16 +227,6 @@

-
-

-{{$lbl_social}} -

- - - -
-
-

{{$lbl_channels}} @@ -309,7 +328,7 @@

- +{{/if}}
-- cgit v1.2.3