diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-05-20 15:51:13 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-05-20 15:51:13 -0700 |
commit | 12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0 (patch) | |
tree | 3bbc66c65dc945a5f42baee7884699389ed112bc /templates/fa/archtocentry.html | |
parent | 64047694242be831634a82c35d948cbc44f60f20 (diff) | |
download | mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.tar.gz mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.tar.xz mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.zip |
Here are the 'forgot to add' templates/fa and messages/fa files.
Diffstat (limited to 'templates/fa/archtocentry.html')
-rw-r--r-- | templates/fa/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/fa/archtocentry.html b/templates/fa/archtocentry.html new file mode 100644 index 00000000..b6087f7e --- /dev/null +++ b/templates/fa/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ مبحث ]</a> + <A href="%(archive)s/subject.html">[ موضوع ]</a> + <A href="%(archive)s/author.html">[ نویسنده ]</a> + <A href="%(archive)s/date.html">[ تاریخ ]</a> + </td> + %(textlink)s + </tr> + |