From 68c49322b7d56ea771c7168df69d1159b78508a7 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Dec 2012 21:40:30 -0800 Subject: bring back profile edit popup menu, needs some more theming --- view/theme/redbasic/tpl/profile_vcard.tpl | 51 ------------------------------- view/tpl/profile_vcard.tpl | 16 ++++++++++ 2 files changed, 16 insertions(+), 51 deletions(-) delete mode 100644 view/theme/redbasic/tpl/profile_vcard.tpl (limited to 'view') diff --git a/view/theme/redbasic/tpl/profile_vcard.tpl b/view/theme/redbasic/tpl/profile_vcard.tpl deleted file mode 100644 index 0b5c76e88..000000000 --- a/view/theme/redbasic/tpl/profile_vcard.tpl +++ /dev/null @@ -1,51 +0,0 @@ -
- -
$profile.name
- - - - {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
- - - - {{ if $location }} -
$location
-
- {{ if $profile.address }}
$profile.address
{{ endif }} - - $profile.locality{{ if $profile.locality }}, {{ endif }} - $profile.region - $profile.postal-code - - {{ if $profile.country-name }}$profile.country-name{{ endif }} -
-
- {{ endif }} - - {{ if $gender }}
$gender
$profile.gender
{{ endif }} - - {{ if $profile.pubkey }}{{ endif }} - - {{ if $marital }}
$marital
$profile.marital
{{ endif }} - - {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} - - {{ inc diaspora_vcard.tpl }}{{ endinc }} - -
- -
- -$contact_block - - diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 1d0c433e9..216f9665a 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -1,5 +1,21 @@
+ {{ if $profile.edit }} +
+ $profile.edit.1 + +
+ {{ endif }} +
$profile.name
-- cgit v1.2.3