From 2c1aca7ffe628ab2a455fc7abf730b6d01d288ea Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 5 Sep 2011 11:16:08 +0200 Subject: fix aside contact block, add edit profiles icon --- view/contact_block.tpl | 10 ++++++---- view/profile_vcard.tpl | 6 +++++- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/contact_block.tpl b/view/contact_block.tpl index 00b97a6d8..eb46c6c43 100644 --- a/view/contact_block.tpl +++ b/view/contact_block.tpl @@ -1,9 +1,11 @@ -

$contacts

+
+

$contacts

{{ if $micropro }} -
+ $viewcontacts +
{{ for $micropro as $m }} $m {{ endfor }} -
- +
{{ endif }} +
diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index 88111b0f1..08e2e2e3a 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -1,6 +1,10 @@
-
$profile.name
+
+
$profile.name
+ {{ if $profile.edit }}$profile.edit.1{{ endif }} +
+ {{ if $pdesc }}
$profile.pdesc
{{ endif }}
$profile.name
-- cgit v1.2.3