diff options
author | bwarsaw <> | 2003-11-30 23:04:03 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-30 23:04:03 +0000 |
commit | 5e7a7d87e925f0c23579b53b62058b946ac8ae59 (patch) | |
tree | 1562fdaccb2a6011d8773e8c0b8a16c970102567 /templates/hr/archtocentry.html | |
parent | 6ef246fb27781875a9ad3ecee5b2c9af1a7e5d6c (diff) | |
download | mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.tar.gz mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.tar.xz mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.zip |
Croation language support by Nino Katic.
Diffstat (limited to 'templates/hr/archtocentry.html')
-rw-r--r-- | templates/hr/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/hr/archtocentry.html b/templates/hr/archtocentry.html new file mode 100644 index 00000000..e9ee532f --- /dev/null +++ b/templates/hr/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Tema ]</a> + <A href="%(archive)s/subject.html">[ Naslov ]</a> + <A href="%(archive)s/author.html">[ Autor ]</a> + <A href="%(archive)s/date.html">[ Datum ]</a> + </td> + %(textlink)s + </tr> + |