From 2d8deb60826a12b5bbe6ac1a8c123796c201d6fd Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 12 Mar 2016 22:13:46 +0100 Subject: some janitor work on profiles --- view/tpl/profile_edit.tpl | 31 ++++++------------------------- view/tpl/profile_hide_friends.tpl | 20 -------------------- 2 files changed, 6 insertions(+), 45 deletions(-) delete mode 100644 view/tpl/profile_hide_friends.tpl (limited to 'view') diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index 26da4ebc9..f3f3efd6f 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -21,32 +21,19 @@ {{if $is_default}} -

{{$default}}

+
{{$default}}
{{/if}}
-
- - -
-
- -
- - -
-
+{{include file="field_input.tpl" field=$profile_name}} +{{include file="field_input.tpl" field=$name}} {{if $fields.pdesc}} -
- - -
-
+{{include file="field_input.tpl" field=$pdesc}} {{/if}} {{if $fields.gender}} @@ -62,16 +49,10 @@ {{/if}} {{if $fields.dob}} -
- -
-{{$dob}} {{$age}} -
-
-
+{{$dob}} {{/if}} -{{$hide_friends}} +{{include file="field_checkbox.tpl" field=$hide_friends}}
diff --git a/view/tpl/profile_hide_friends.tpl b/view/tpl/profile_hide_friends.tpl deleted file mode 100644 index 4ed6782bb..000000000 --- a/view/tpl/profile_hide_friends.tpl +++ /dev/null @@ -1,20 +0,0 @@ -{{include file="field_checkbox.tpl"}} - -{{* -

-{{$desc}} -

-
- - - -
-
- -
- - - -
-
-*}} -- cgit v1.2.3