From 4823ca5e32d0b39c0204aad3736bf4770f043285 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 20 Nov 2010 18:19:52 +0100 Subject: [PATCH] Since user can have their profile filled with data from the AX, show a link to the profile in not registered user's minifiches. Signed-off-by: Florent Bruneau --- templates/include/minifiche.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/include/minifiche.tpl b/templates/include/minifiche.tpl index 6e284eb..683c5b7 100644 --- a/templates/include/minifiche.tpl +++ b/templates/include/minifiche.tpl @@ -44,7 +44,7 @@
+ {if $profile->last_change}title="fiche mise à jour le {$profile->last_change|date_format}"{/if}>
{if $withAuth}
@@ -54,9 +54,9 @@
{if $profile->isFemale()}•{/if} - {if !$dead && $registered}{/if} + {if !$dead && ($withAuth || $registered)}{/if} {$profile->directory_name} - {if !$dead && $registered}{/if} + {if !$dead && ($withAuth || $registered)}{/if}
-- 2.1.4