From db0873ff714a70d3a0bc033ca7b83cd65896536b Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sat, 13 Jan 2007 14:37:49 +0000 Subject: [PATCH] Minor improvements and fixes git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1327 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/xnetgrp.php | 2 +- templates/emails/send.tpl | 8 ++++---- templates/skin/common.menu.tpl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index 9c8cfe9..94c0809 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -443,7 +443,7 @@ class XnetGrpModule extends PLModule $vcard = new VCard($res->fetchColumn(), $photos == 'photos', 'Membre du groupe ' . $globals->asso('nom')); $vcard->do_page($page); } else { - return PL_NOTALLOWED; + return PL_FORBIDDEN; } } diff --git a/templates/emails/send.tpl b/templates/emails/send.tpl index a20d253..c4b2c57 100644 --- a/templates/emails/send.tpl +++ b/templates/emails/send.tpl @@ -155,13 +155,13 @@
Destinataires
- >> >>
- << << + >> >>
+ << <<
En copie
- >> >>
- << << + >> >>
+ << <<
diff --git a/templates/skin/common.menu.tpl b/templates/skin/common.menu.tpl index e2d1371..5e83bcd 100644 --- a/templates/skin/common.menu.tpl +++ b/templates/skin/common.menu.tpl @@ -79,7 +79,7 @@ - + -- 2.1.4