aboutsummaryrefslogtreecommitdiffstats
path: root/templates/fi/article.html
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2010-07-02 12:44:13 -0700
committerMark Sapiro <mark@msapiro.net>2010-07-02 12:44:13 -0700
commit36b3fde35d2cf9b4dac842669668ccd6925f0430 (patch)
tree6c9d7fa7429efc05336400feb11473bc13af2e20 /templates/fi/article.html
parent41bf4b5cb37417c45dd2780022fb54f7dc1707fe (diff)
downloadmailman2-36b3fde35d2cf9b4dac842669668ccd6925f0430.tar.gz
mailman2-36b3fde35d2cf9b4dac842669668ccd6925f0430.tar.xz
mailman2-36b3fde35d2cf9b4dac842669668ccd6925f0430.zip
Updated Finnish translation from Joni Toyryla.
Diffstat (limited to '')
-rw-r--r--templates/fi/article.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/fi/article.html b/templates/fi/article.html
index 40f6fdae..8be2f90f 100644
--- a/templates/fi/article.html
+++ b/templates/fi/article.html
@@ -5,7 +5,7 @@
<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">
<style type="text/css">
pre {
@@ -21,7 +21,7 @@
</H1>
<B>%(author_html)s
</B>
- <A HREF="mailto:%(email_url)s"
+ <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>
@@ -51,4 +51,8 @@
<a href="author.html#%(sequence)s">[ kirjoittaja ]</a>
</LI>
</UL>
-</body></html>
+
+<hr>
+<a href="%(listurl)s">Lisätietoja postituslistasta %(listname)s</a><br>
+</body>
+</html>