From 1707967ad953869e8f6f36ae995a7d16825486df Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 27 Sep 2008 15:08:17 +0200 Subject: [PATCH 1/1] A few typos. --- bin/cron/emails.check.php | 6 +++--- templates/include/form.valid.mark.tpl | 2 +- templates/xnetevents/edit.tpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/cron/emails.check.php b/bin/cron/emails.check.php index c9690c9..0863625 100755 --- a/bin/cron/emails.check.php +++ b/bin/cron/emails.check.php @@ -51,9 +51,9 @@ while (list($alias1, $alias2, $mail) = $it->next()) { } if (count($conflits) > 0) { - echo "Nouvelles adresses en doublon detectees :\n" . join("\n", $conflits) - . "\n\nVous pouvez entrer les informations collectees a ce sujet sur la page :\n" - . "http://www.polytechnique.org/admin/emails/duplicated"; + echo "Nouvelles adresses en doublon détectées :\n" . join("\n", $conflits) + . "\n\nVous pouvez entrer les informations collectées à ce sujet sur la page :\n" + . "https://www.polytechnique.org/admin/emails/duplicated"; echo "\n\n"; $sql = "INSERT IGNORE INTO emails_watch (email, state, detection, last) diff --git a/templates/include/form.valid.mark.tpl b/templates/include/form.valid.mark.tpl index 30090ea..c61f5cf 100644 --- a/templates/include/form.valid.mark.tpl +++ b/templates/include/form.valid.mark.tpl @@ -41,7 +41,7 @@ {$valid->m_email} - Envoi d'email ... + Envoi d'email {if $valid->perso}perso{else}par poly.org{/if} diff --git a/templates/xnetevents/edit.tpl b/templates/xnetevents/edit.tpl index 4005e42..5bef784 100644 --- a/templates/xnetevents/edit.tpl +++ b/templates/xnetevents/edit.tpl @@ -176,7 +176,7 @@ Ton inscription à [METS LE NOM DE L'EVENEMENT ICI] a bien été enregistrée et [COMPLETE EN PRECISANT LA DATE ET LA PERSONNE A CONTACTER] -A très bientôt, +À très bientôt, -- {$smarty.session.prenom} {$smarty.session.nom}{/if}
-- 2.1.4