From cd98e2aa177f95e7edfcb4c907b5d495cb12639c Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Thu, 19 May 2005 21:18:54 +0000 Subject: [PATCH] bug 308, section qui reste avec la photo dans la fiche git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-649 --- ChangeLog | 4 ++++ templates/fiche.tpl | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f24ee4..de6d97b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ New : * Search : - Nickname are used in fast search. -Car +Bug/Wish : + + * Fiche : + - #308: organizing layout -Car Fixes (from 0.9.6 branch) : * Search : diff --git a/templates/fiche.tpl b/templates/fiche.tpl index e7055df..2c35fc0 100644 --- a/templates/fiche.tpl +++ b/templates/fiche.tpl @@ -107,12 +107,12 @@ function chgMainWinLoc( strPage ) { {if $photo_url}Photo de {$x.forlife}{/if} {min_auth level="cookie"} - {if $x.section}Section : {$x.section}
{/if} - {if $x.binets_join}Binet(s) : {$x.binets_join}
{/if} - {if $x.gpxs_join}Groupe(s) X : {$x.gpxs_join|smarty:nodefaults}
{/if} + {if $x.section}
Section : {$x.section}
{/if} + {if $x.binets_join}
Binet(s) : {$x.binets_join}
{/if} + {if $x.gpxs_join}
Groupe(s) X : {$x.gpxs_join|smarty:nodefaults}
{/if} {/min_auth} - {if $x.web}Site Web : {$x.web}{/if} - {if $x.freetext}
Commentaires :
{$x.freetext|nl2br}{/if} + {if $x.web}
Site Web : {$x.web}
{/if} + {if $x.freetext}
Commentaires :
{$x.freetext|nl2br}
{/if} {if $x.adr} -- 2.1.4