From f5b051ce8d68f92f61d2f115b0dbbf697940be2c Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 16 Oct 2004 14:54:49 +0000 Subject: [PATCH] - all now have title (closes: FS#99). --- ChangeLog | 3 +++ templates/fiche.tpl | 10 +++++++--- templates/include/x_inscrit.tpl | 8 ++++---- templates/listes/admin.tpl | 6 +++--- templates/listes/listes.inc.tpl | 8 ++++---- templates/listes/options.tpl | 2 +- templates/search.result.private.tpl | 12 ++++++++---- 7 files changed, 30 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index f420efb..3d62cfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ Changes : * Lists : - auto-moderate/discard mails tagged by bogofilter -MC + + * Usability : + - all now have title (closes: FS#99). -MC Fixes (from 0.9.0 branch) : diff --git a/templates/fiche.tpl b/templates/fiche.tpl index 55e7c77..d78a393 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.16 2004-10-14 09:00:48 x2000coic Exp $ + $Id: fiche.tpl,v 1.17 2004-10-16 14:54:50 x2000habouzit Exp $ ***************************************************************************} @@ -26,9 +26,13 @@
{$prenom} {if $epouse eq ""}{$nom}{else}{$epouse} ({$nom}){/if} - Afficher la carte de visite  + + Afficher la carte de visite +   {if !$is_contact} - Ajouter parmi mes contacts  + + Ajouter à mes contacts +   {/if}
(Fiche mise à jour le {$date|date_format:"%d %B %Y"})
diff --git a/templates/include/x_inscrit.tpl b/templates/include/x_inscrit.tpl index 8a6b1c5..15137bf 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.13 2004-10-12 19:54:36 x2000habouzit Exp $ + $Id: x_inscrit.tpl,v 1.14 2004-10-16 14:54:50 x2000habouzit Exp $ ***************************************************************************} @@ -39,13 +39,13 @@
- Afficher les détails + Afficher la fiche - Afficher la carte de visite + Afficher la carte de visite - {$show_action} aux/des contacts + {$show_action} aux/des contacts {perms level='admin'} AX diff --git a/templates/listes/admin.tpl b/templates/listes/admin.tpl index 5efedb8..461cd8e 100644 --- a/templates/listes/admin.tpl +++ b/templates/listes/admin.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: admin.tpl,v 1.9 2004-10-15 07:30:40 x2000habouzit Exp $ + $Id: admin.tpl,v 1.10 2004-10-16 14:54:50 x2000habouzit Exp $ ***************************************************************************} {dynamic} @@ -72,7 +72,7 @@ c'est- {$x.l} {/if} - retirer utilisateur + retirer modérateur
{/foreach} @@ -107,7 +107,7 @@ c'est- {$x.l} {/if} - retirer utilisateur + retirer membre
{/foreach} diff --git a/templates/listes/listes.inc.tpl b/templates/listes/listes.inc.tpl index 7700c81..27a8df4 100644 --- a/templates/listes/listes.inc.tpl +++ b/templates/listes/listes.inc.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: listes.inc.tpl,v 1.9 2004-10-09 12:49:38 x2000habouzit Exp $ + $Id: listes.inc.tpl,v 1.10 2004-10-16 14:54:51 x2000habouzit Exp $ ***************************************************************************} @@ -46,13 +46,13 @@ diff --git a/templates/listes/options.tpl b/templates/listes/options.tpl index 13c477a..b3ac086 100644 --- a/templates/listes/options.tpl +++ b/templates/listes/options.tpl @@ -168,7 +168,7 @@ redirection en mode 'inactif'. le logiciel de mailing list saura se d {if $options.accept_these_nonmembers|@count} {foreach from=$options.accept_these_nonmembers item=addr} {$addr} - retirer de la whitelist + retirer de la whitelist
{/foreach} {else} diff --git a/templates/search.result.private.tpl b/templates/search.result.private.tpl index ad4f7c1..d8b427b 100644 --- a/templates/search.result.private.tpl +++ b/templates/search.result.private.tpl @@ -17,19 +17,23 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: search.result.private.tpl,v 1.15 2004-10-16 14:36:09 x2000habouzit Exp $ + $Id: search.result.private.tpl,v 1.16 2004-10-16 14:54:50 x2000habouzit Exp $ ***************************************************************************}
{if $result.inscrit==1} - Afficher les détails + Afficher la fiche - Afficher la carte de visite + Afficher la carte de visite - {if $result.contact!= + {if $result.contact!=""} + Retirer de mes contacts + {else} + Ajouter à mes contacts + {/if} {/if} {perms level='admin'} -- 2.1.4
{if $liste.sub eq 2} - [ désinscription ] + [ désinscription ] {elseif $liste.sub eq 1} - [ en cours ] + [ en cours ] {else} - [ inscription ] + [ inscription ] {/if}