diff options
author | bwarsaw <> | 2003-11-27 16:32:12 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-27 16:32:12 +0000 |
commit | d9e3cbeb6d36808243e4eae7b35bf357751656b4 (patch) | |
tree | 287fcec484f491dd5d55d3929649701b9ea7835a /templates/es/article.html | |
parent | 1dddf39fbc8c4b28866a3b7ec8c04a7d32f5e12f (diff) | |
download | mailman2-d9e3cbeb6d36808243e4eae7b35bf357751656b4.tar.gz mailman2-d9e3cbeb6d36808243e4eae7b35bf357751656b4.tar.xz mailman2-d9e3cbeb6d36808243e4eae7b35bf357751656b4.zip |
Updated Spanish translations from Juan Carlos Rey Anaya.
Diffstat (limited to 'templates/es/article.html')
-rw-r--r-- | templates/es/article.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/es/article.html b/templates/es/article.html index 56785c65..318a89a3 100644 --- a/templates/es/article.html +++ b/templates/es/article.html @@ -4,18 +4,16 @@ <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" + <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> @@ -45,4 +43,7 @@ <a href="author.html#%(sequence)s">[ autor ]</a> </LI> </UL> + +<hr> +<a href="%(listurl)s">Más información sobre la lista de distribución %(listname)s </a><br> </body></html> |