diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-05-21 13:53:24 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-05-21 13:53:24 -0700 |
commit | f79f7cfd78e421c27771291c2bd2ecee6fc1d90c (patch) | |
tree | 33e31f1d2eb711a66ec32e2f5ce424a7b3b6043a /templates/fa/private.html | |
parent | 12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0 (diff) | |
download | mailman2-f79f7cfd78e421c27771291c2bd2ecee6fc1d90c.tar.gz mailman2-f79f7cfd78e421c27771291c2bd2ecee6fc1d90c.tar.xz mailman2-f79f7cfd78e421c27771291c2bd2ecee6fc1d90c.zip |
Added 'dir=rtl' to several HTML templates.
Diffstat (limited to '')
-rw-r--r-- | templates/fa/private.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |