From 03eff98b04e455bdc7ed52694807f2a78f300105 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Sat, 11 Jun 2005 14:59:37 +0000 Subject: [PATCH] xhtml valid corrections git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-701 --- templates/carnet/mescontacts.tpl | 2 +- templates/carnet/tricontacts.tpl | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/carnet/mescontacts.tpl b/templates/carnet/mescontacts.tpl index 49e7ada..fd6846e 100644 --- a/templates/carnet/mescontacts.tpl +++ b/templates/carnet/mescontacts.tpl @@ -76,7 +76,7 @@ Pour afficher la liste d

-Pour afficher le trombi de tes contacts : [vue sous forme de trombi] +Pour afficher le trombi de tes contacts : [vue sous forme de trombi]

{include file=carnet/tricontacts.tpl order=$order} diff --git a/templates/carnet/tricontacts.tpl b/templates/carnet/tricontacts.tpl index aed3d5d..0497803 100644 --- a/templates/carnet/tricontacts.tpl +++ b/templates/carnet/tricontacts.tpl @@ -24,19 +24,19 @@

Trier par : {if ($order eq 'nom') and not($smarty.request.inv)} -[nom ] +[nom decr.] {else} -[{if ($order eq 'nom')}nom {else}nom{/if}] +[{if ($order eq 'nom')}nom crois.{else}nom{/if}] {/if} {if ($order eq 'promo') and ($smarty.request.inv)} -[promo ] +[promo decr.] {else} -[{if ($order eq 'promo')}promo {else}promo{/if}] +[{if ($order eq 'promo')}promo crois.{else}promo{/if}] {/if} {if ($order eq 'last') and ($smarty.request.inv)} -[dernière modification ] +[dernière modification decr.] {else} -[{if ($order eq 'last')}dernière modification {else}dernière modification{/if}] +[{if ($order eq 'last')}dernière modification crois.{else}dernière modification{/if}] {/if}

-- 2.1.4