From f81d9dad9b8855475cb0a2dc4d6f21090913e7d3 Mon Sep 17 00:00:00 2001 From: x2001corpet Date: Tue, 25 Jul 2006 21:42:42 +0000 Subject: [PATCH] fix pl links git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@657 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/admin.php | 2 +- templates/admin/homonymes.tpl | 2 +- templates/admin/index.tpl | 2 +- templates/admin/utilisateurs.tpl | 10 +++++----- templates/carnet/mescontacts.tpl | 2 +- templates/carnet/tricontacts.tpl | 12 ++++++------ templates/fiche.tpl | 2 +- templates/include/minifiche.tpl | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/modules/admin.php b/modules/admin.php index f403992..9ab54fa 100644 --- a/modules/admin.php +++ b/modules/admin.php @@ -29,7 +29,7 @@ class AdminModule extends PLModule 'admin/postfix/regexp_bounces' => $this->make_hook('postfix_regexpsbounces', AUTH_MDP, 'admin'), 'admin/logger' => $this->make_hook('logger', AUTH_MDP, 'admin'), 'admin/logger/actions' => $this->make_hook('logger_action', AUTH_MDP, 'admin'), - 'admin/users' => $this->make_hook('user', AUTH_MDP, 'admin'), + 'admin/user' => $this->make_hook('user', AUTH_MDP, 'admin'), 'admin/homonyms' => $this->make_hook('homonyms', AUTH_MDP, 'admin'), 'admin/ax-xorg' => $this->make_hook('ax_xorg', AUTH_MDP, 'admin'), 'admin/deaths' => $this->make_hook('deaths', AUTH_MDP, 'admin'), diff --git a/templates/admin/homonymes.tpl b/templates/admin/homonymes.tpl index 19100db..5e6c82d 100644 --- a/templates/admin/homonymes.tpl +++ b/templates/admin/homonymes.tpl @@ -59,7 +59,7 @@ {$user.expire|date_format} fiche - edit + edit {if $user.type eq 'alias'} mailer corriger diff --git a/templates/admin/index.tpl b/templates/admin/index.tpl index 6512257..b017ba5 100644 --- a/templates/admin/index.tpl +++ b/templates/admin/index.tpl @@ -53,7 +53,7 @@ Utilisateurs :   - Edit/Su/Logs + Edit/Su/Logs   |   Homonymes   |   diff --git a/templates/admin/utilisateurs.tpl b/templates/admin/utilisateurs.tpl index 40063a2..4f66fc0 100644 --- a/templates/admin/utilisateurs.tpl +++ b/templates/admin/utilisateurs.tpl @@ -33,7 +33,7 @@ Attention, d {if $smarty.post.u_kill_conf} -
+
Confirmer la suppression de {$smarty.request.user_id}   @@ -42,7 +42,7 @@ Attention, d {else} -
+
@@ -109,7 +109,7 @@ function act_fwd(fwd, activate) { {/literal} - +
@@ -222,7 +222,7 @@ function act_fwd(fwd, activate) { Ne pas utiliser [Désinscrire] si le but est d'exclure la personne. Pour ceci changer ses permissions en 'disabled'.

- +
@@ -262,7 +262,7 @@ Pour ceci changer ses permissions en 'disabled'. * à ne modifier qu'avec l'accord express de l'utilisateur !!!

- +
diff --git a/templates/carnet/mescontacts.tpl b/templates/carnet/mescontacts.tpl index 64b9725..04d9653 100644 --- a/templates/carnet/mescontacts.tpl +++ b/templates/carnet/mescontacts.tpl @@ -26,7 +26,7 @@ Ma liste personnelle de contacts - +

Ajouter la personne suivante à ma liste de contacts (prenom.nom) :
diff --git a/templates/carnet/tricontacts.tpl b/templates/carnet/tricontacts.tpl index 6fdabc1..d08eb75 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 decr.] +[nom decr.] {else} -[{if ($order eq 'nom')}nom crois.{else}nom{/if}] +[{if ($order eq 'nom')}nom crois.{else}nom{/if}] {/if} {if ($order eq 'promo') and ($smarty.request.inv)} -[promo decr.] +[promo decr.] {else} -[{if ($order eq 'promo')}promo crois.{else}promo{/if}] +[{if ($order eq 'promo')}promo crois.{else}promo{/if}] {/if} {if ($order eq 'last') and ($smarty.request.inv)} -[dernière modification decr.] +[dernière modification decr.] {else} -[{if ($order eq 'last')}dernière modification crois.{else}dernière modification{/if}] +[{if ($order eq 'last')}dernière modification crois.{else}dernière modification{/if}] {/if}

diff --git a/templates/fiche.tpl b/templates/fiche.tpl index 9b8415f..10ec182 100644 --- a/templates/fiche.tpl +++ b/templates/fiche.tpl @@ -54,7 +54,7 @@ function chgMainWinLoc( strPage ) { {icon name=cross title="Retirer de mes contacts"} {/if} {if $smarty.session.perms eq admin} - + {icon name=wrench title="administrer user"} {/if} {/if} diff --git a/templates/include/minifiche.tpl b/templates/include/minifiche.tpl index 70ffde7..5bb6ef6 100644 --- a/templates/include/minifiche.tpl +++ b/templates/include/minifiche.tpl @@ -77,7 +77,7 @@ [{* *}{icon name=wrench title="marketter user"} {elseif $c.wasinscrit} - [{* + [{* *}{icon name=wrench title="administrer user"} {/if} {* -- 2.1.4