one little thing for NL + changelog entry
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sat, 15 Jan 2005 02:11:20 +0000 (02:11 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:36 +0000 (23:27 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-330

ChangeLog
include/newsletter.inc.php

index 05ffa3a..9bcba82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ New :
                - More homogenous date formating (use %x / %X everywhere).                      -MC
                - No more .head.tpl. (thanks to JM for the tip).                                        -MC
                - Strip unnecessary spaces from templates at compile time.                      -MC
+               - Allow users to choose email formats globally.                                         -Car
 
        * Contacts :
                - Brand new PDF of the contact list (using FPDF).                                       -MC
index f6ef54c..5055341 100644 (file)
@@ -173,8 +173,7 @@ class NewsLetter
            .  '<div class="foot">'
            .  "[<a href=\"$url/newsletter/\">archives</a>&nbsp;|&nbsp;"
            .  "<a href=\"$url/newsletter/submit.php\">écrire dans la NL</a>&nbsp;|&nbsp;"
-           .  "<a href=\"$url/newsletter/?out=1\">ne plus recevoir</a>&nbsp;|&nbsp;"
-           .  "<a href=\"$url/newsletter/?in=text\">recevoir en texte brut</a>]"
+           .  "<a href=\"$url/newsletter/?out=1\">ne plus recevoir</a>]"
            .  '</div>';
        } else {
            return "\n\n--------------------------------------------------------------------\n"
@@ -183,8 +182,7 @@ class NewsLetter
                 . "\n"
                 . "archives : [$url/newsletter/]\n"
                 . "écrire   : [$url/newsletter/submit.php]\n"
-                . "ne plus recevoir: [$url/newsletter/?out=1]\n"
-                . "recevoir en HTML: [$url/newsletter/?in=html]\n";
+                . "ne plus recevoir: [$url/newsletter/?out=1]\n";
        }
     }