aboutsummaryrefslogtreecommitdiffstats
path: root/templates/de/article.html
diff options
context:
space:
mode:
authorpeer <peer@atlas>2008-05-01 00:01:11 +0200
committerpeer <peer@atlas>2008-05-01 00:01:11 +0200
commit3f69db0bbd707e9e4d947f1d856d728c6b0c2d68 (patch)
treee0735a563b1968c1c9fc61fdc0c17b3720aa7a63 /templates/de/article.html
parent2a7f1cc7e5ccd4b27067bc77ba99284d8a6ada5c (diff)
downloadmailman2-3f69db0bbd707e9e4d947f1d856d728c6b0c2d68.tar.gz
mailman2-3f69db0bbd707e9e4d947f1d856d728c6b0c2d68.tar.xz
mailman2-3f69db0bbd707e9e4d947f1d856d728c6b0c2d68.zip
Fixes for the German templates.
Diffstat (limited to 'templates/de/article.html')
-rw-r--r--templates/de/article.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/de/article.html b/templates/de/article.html
index a74852a3..7e117ba3 100644
--- a/templates/de/article.html
+++ b/templates/de/article.html
@@ -4,20 +4,19 @@
<TITLE> %(title)s
</TITLE>
<LINK REL="Index" HREF="index.html" >
- <LINK REL="made" HREF="mailto:%(email_url)s">
+ <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s">
<META NAME="robots" CONTENT="index,nofollow">
%(encoding)s
%(prev)s
%(next)s
</HEAD>
<BODY BGCOLOR="#ffffff">
- <H1>%(subject_html)s
- </H1>
- <B>%(author_html)s
- </B>
- <A HREF="mailto:%(email_url)s"
- TITLE="%(subject_html)s">%(email_html)s
- </A><BR>
+ <H1>%(subject_html)s</H1>
+ <B>%(author_html)s</B>
+ <A
+ HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"
+ TITLE="%(subject_html)s">%(email_html)s
+ </A><BR>
<I>%(datestr_html)s</I>
<P><UL>
%(prev_wsubj)s
@@ -45,4 +44,6 @@
<a href="author.html#%(sequence)s">[ Autor ]</a>
</LI>
</UL>
+<hr>
+<a href="%(listurl)s">Mehr Informationen über die Mailingliste %(listname)s</a><br>
</body></html>