diff options
author | <> | 2003-04-09 05:09:57 +0000 |
---|---|---|
committer | <> | 2003-04-09 05:09:57 +0000 |
commit | ff670afdeeaf7e1715a89868ddfed3af101457bf (patch) | |
tree | 9bb2f8dc5172dcfceec2abfe7f4729872768c3d8 /templates/pt/archtocentry.html | |
parent | 01015334f5c849a0ec891bf8c87137f350473c81 (diff) | |
download | mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.gz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.xz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pt/archtocentry.html')
-rw-r--r-- | templates/pt/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/pt/archtocentry.html b/templates/pt/archtocentry.html new file mode 100644 index 00000000..c09d679e --- /dev/null +++ b/templates/pt/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Tópico ]</a> + <A href="%(archive)s/subject.html">[ Assunto ]</a> + <A href="%(archive)s/author.html">[ Autor ]</a> + <A href="%(archive)s/date.html">[ Data ]</a> + </td> + %(textlink)s + </tr> + |