diff options
author | <> | 2003-04-20 04:53:00 +0000 |
---|---|---|
committer | <> | 2003-04-20 04:53:00 +0000 |
commit | 9db2537ef7aad632c7d09ecd60b72c8f9315f067 (patch) | |
tree | 79b14c4f3037b5455c045aa712dd98aa7308b4b5 /templates/pl/archtocentry.html | |
parent | 04192d3afe33bcfd72f64bacaab4e70c627268f3 (diff) | |
download | mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.gz mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.xz mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r-- | templates/pl/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/pl/archtocentry.html b/templates/pl/archtocentry.html new file mode 100644 index 00000000..b543692a --- /dev/null +++ b/templates/pl/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Wątku ]</a> + <A href="%(archive)s/subject.html">[ Tematu ]</a> + <A href="%(archive)s/author.html">[ Autora ]</a> + <A href="%(archive)s/date.html">[ Daty ]</a> + </td> + %(textlink)s + </tr> + |