From f2d68db0f6fe79941572d45114400aeae4c0431f Mon Sep 17 00:00:00 2001 From: x2000coic Date: Thu, 14 Oct 2004 09:00:48 +0000 Subject: [PATCH] =?utf8?q?We=20want=20cell=20phone=20number=20in=20the=20f?= =?utf8?q?irst=20box,=20and=20no=20more=20"Entreprise=20n=B01"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/fiche.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/fiche.tpl b/templates/fiche.tpl index aa07fd4..55e7c77 100644 --- a/templates/fiche.tpl +++ b/templates/fiche.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: fiche.tpl,v 1.15 2004-10-12 15:37:22 x2000coic Exp $ + $Id: fiche.tpl,v 1.16 2004-10-14 09:00:48 x2000coic Exp $ ***************************************************************************} @@ -37,6 +37,7 @@ {$forlife}@polytechnique.org
{$nationalite} - X {$promo} - Formation : {$applis|smarty:nodefaults}
+ {if $mobile}
Mobile : {$mobile}
{/if} {if $is_referent}
Ma fiche référent
{/if} @@ -47,7 +48,6 @@ {if $section}Section : {$section}
{/if} {if $binets}Binet(s) : {$binets}
{/if} {if $groupes}Groupe(s) X : {$groupes|smarty:nodefaults}
{/if} - {if $mobile}Mobile : {$mobile}
{/if} {if $web}Site Web :
{$web}
{/if} {if $libre}
Commentaires :
{$libre|nl2br}{/if} @@ -99,7 +99,7 @@
{foreach from=$adr_pro item="address" key="i"}
-
Entreprise n°{$i+1}
+ {*
Entreprise n°{$i+1}
*}
{if $address.entreprise}
-- 2.1.4