From 21ac7d59a0eba411789685c226a984f8265098a1 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Tue, 12 Oct 2004 18:20:22 +0000 Subject: [PATCH] html --- templates/include/x_inscrit.tpl | 4 ++-- templates/search.result.private.tpl | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/include/x_inscrit.tpl b/templates/include/x_inscrit.tpl index e0316a4..d931142 100644 --- a/templates/include/x_inscrit.tpl +++ b/templates/include/x_inscrit.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: x_inscrit.tpl,v 1.11 2004-10-12 17:36:24 x2000habouzit Exp $ + $Id: x_inscrit.tpl,v 1.12 2004-10-12 18:20:22 x2000habouzit Exp $ ***************************************************************************} @@ -66,7 +66,7 @@ {$c.web} {/if} - {if $c.pays || $c.ville || $c.pays} + {if $c.pays || $c.ville || $c.region} GĂ©ographie: {implode sep=", " s1=$c.ville s2=$c.region s3=$c.pays} diff --git a/templates/search.result.private.tpl b/templates/search.result.private.tpl index f2b479c..bbdd49e 100644 --- a/templates/search.result.private.tpl +++ b/templates/search.result.private.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: search.result.private.tpl,v 1.12 2004-10-12 18:18:20 x2000habouzit Exp $ + $Id: search.result.private.tpl,v 1.13 2004-10-12 18:20:22 x2000habouzit Exp $ ***************************************************************************}
@@ -50,6 +50,7 @@ {/if} {else}
+ {if $result.nat || $result.web || $result.pays || $result.ville || $result.region || $result.entreprise} {if $result.nat} @@ -63,7 +64,7 @@ {/if} - {if $result.pays || $result.ville || $result.pays} + {if $result.pays || $result.ville || $result.region} @@ -80,6 +81,7 @@ {/if}
{$result.web}
GĂ©ographie: {implode sep=", " s1=$result.ville s2=$result.region s3=$result.pays}
+ {/if}
{/if} -- 2.1.4