aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/fa/archidxhead.html2
-rw-r--r--templates/fa/archtoc.html2
-rw-r--r--templates/fa/archtocnombox.html2
-rw-r--r--templates/fa/article.html2
-rw-r--r--templates/fa/emptyarchive.html2
-rw-r--r--templates/fa/listinfo.html2
-rw-r--r--templates/fa/options.html2
-rw-r--r--templates/fa/private.html2
-rw-r--r--templates/fa/roster.html2
-rw-r--r--templates/fa/subscribe.html2
10 files changed, 10 insertions, 10 deletions
diff --git a/templates/fa/archidxhead.html b/templates/fa/archidxhead.html
index 84282216..4d678a6a 100644
--- a/templates/fa/archidxhead.html
+++ b/templates/fa/archidxhead.html
@@ -5,7 +5,7 @@
<META NAME="robots" CONTENT="noindex,follow">
%(encoding)s
</HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
<a name="start"></A>
<h1>%(archive)s آرشیوها بر اساس %(archtype)s</h1>
<ul>
diff --git a/templates/fa/archtoc.html b/templates/fa/archtoc.html
index b75a207a..cd76c5e9 100644
--- a/templates/fa/archtoc.html
+++ b/templates/fa/archtoc.html
@@ -5,7 +5,7 @@
<META NAME="robots" CONTENT="noindex,follow">
%(meta)s
</HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
<h1>آرشیوهای %(listname)s </h1>
<p>
شما می توانید <a href="%(listinfo)s">اطلاعات بیشتر درباره این فهرست</a>
diff --git a/templates/fa/archtocnombox.html b/templates/fa/archtocnombox.html
index 713e7678..f2c8d76c 100644
--- a/templates/fa/archtocnombox.html
+++ b/templates/fa/archtocnombox.html
@@ -5,7 +5,7 @@
<META NAME="robots" CONTENT="noindex,follow">
%(meta)s
</HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
<h1>آرشیوهای %(listname)s </h1>
<p>
شما می توانید <a href="%(listinfo)s">اطلاعات بیشتری درباره این فهرست بگیرید</a>.
diff --git a/templates/fa/article.html b/templates/fa/article.html
index b1ad04bc..4cd42dd4 100644
--- a/templates/fa/article.html
+++ b/templates/fa/article.html
@@ -15,7 +15,7 @@
%(prev)s
%(next)s
</HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
<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"
diff --git a/templates/fa/emptyarchive.html b/templates/fa/emptyarchive.html
index 9d21ea22..e3e9271c 100644
--- a/templates/fa/emptyarchive.html
+++ b/templates/fa/emptyarchive.html
@@ -4,7 +4,7 @@
<title>آرشیوهای %(listname)s </title>
<META NAME="robots" CONTENT="noindex,follow">
</HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
<h1>آرشیوهای %(listname)s</h1>
<p>
هنوز هیچ پیامی به این فهرست ارسال نشده است، لذا آرشیوها فعلاً خالی هستند. شما می توانید <a href="%(listinfo)s">اطلاعات بیشتری درباره این فهرست کسب نمایید</a>.
diff --git a/templates/fa/listinfo.html b/templates/fa/listinfo.html
index 42a1fe01..b8ee35fc 100644
--- a/templates/fa/listinfo.html
+++ b/templates/fa/listinfo.html
@@ -5,7 +5,7 @@
<TITLE><MM-List-Name> Info Page</TITLE>
</HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
<P>
<TABLE BORDER="0" CELLSPACING="4" CELLPADDING="5">
diff --git a/templates/fa/options.html b/templates/fa/options.html
index bbb56577..57bfbbe3 100644
--- a/templates/fa/options.html
+++ b/templates/fa/options.html
@@ -4,7 +4,7 @@
<title><MM-Presentable-User> تنظیمات عضویت برای <MM-List-Name>
</title>
</head>
-<BODY BGCOLOR="#ffffff">
+<BODY BGCOLOR="#ffffff" dir="rtl">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR><TD WIDTH="100%" BGCOLOR="#99CCFF"><B>
<FONT COLOR="#000000" SIZE=+1>
diff --git a/templates/fa/private.html b/templates/fa/private.html
index c844998a..1c6c4bd5 100644
--- a/templates/fa/private.html
+++ b/templates/fa/private.html
@@ -3,7 +3,7 @@
<title> بررسی اجازه دسترسی به آرشیوهای خصوصی %(realname)s </title>
<script>function sf(){document.f.username.focus();}</script>
</head>
-<body bgcolor="#ffffff" onLoad="sf()">
+<body bgcolor="#ffffff" dir="rtl" onLoad="sf()">
<FORM METHOD=POST ACTION="%(action)s" name="f">
%(message)s
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
diff --git a/templates/fa/roster.html b/templates/fa/roster.html
index 471d7fdb..387610a4 100644
--- a/templates/fa/roster.html
+++ b/templates/fa/roster.html
@@ -4,7 +4,7 @@
<TITLE><MM-List-Name> مشترکین </TITLE>
</HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
<P>
<TABLE WIDTH="100%" COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5">
diff --git a/templates/fa/subscribe.html b/templates/fa/subscribe.html
index 5e16d782..98d319b1 100644
--- a/templates/fa/subscribe.html
+++ b/templates/fa/subscribe.html
@@ -1,7 +1,7 @@
<!-- $Revision: 3550 $ -->
<html>
<head><title><MM-List-Name> نتایج اشتراک </title></head>
-<body bgcolor="white">
+<body bgcolor="white" dir="rtl">
<h1><MM-List-Name> نتایج اشتراک </h1>
<MM-Results>
<MM-Mailman-Footer>