diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-01-28 15:06:44 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-01-28 15:06:44 -0800 |
commit | 342ced1457cd51d6181a506648f62a800ff18bc7 (patch) | |
tree | 5203379851b2e5850db855888305f06fc7908fa6 /templates/he/listinfo.html | |
parent | 7b9209cab3c1f08f1f594399aa140b729ad70760 (diff) | |
download | mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.tar.gz mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.tar.xz mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.zip |
- Backported the listinfo template change from the 2.2 branch to fix
Bug #514050.
Diffstat (limited to '')
-rw-r--r-- | templates/he/listinfo.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/templates/he/listinfo.html b/templates/he/listinfo.html index a5fba082..3f6113c1 100644 --- a/templates/he/listinfo.html +++ b/templates/he/listinfo.html @@ -1,3 +1,4 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- $Revision: 5865 $ --> <HTML> <HEAD> @@ -7,7 +8,7 @@ <BODY BGCOLOR="#ffffff" dir="rtl"> <P> - <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TABLE BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> -- @@ -26,7 +27,6 @@ <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> <MM-lang-form-start><MM-displang-box> <MM-list-langs> <MM-form-end> - <MM-Subscribe-Form-Start> </TD> </TR> <tr> @@ -64,8 +64,9 @@ הבא. <MM-List-Subscription-Msg> <ul> + <MM-Subscribe-Form-Start> <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" - WIDTH="70%" HEIGHT= "112"> + WIDTH="70%"> <TR> <TD BGCOLOR="#dddddd" WIDTH="55%">כתובת הדוא"ל שלך:</TD> <TD WIDTH="33%"><MM-Subscribe-Box> @@ -80,11 +81,12 @@ זה מספק רק אבטחה קלה, אבל אמור למנוע מאחרים מאפשרות התעסקות עם המנוי שלך. <b>אין להשתמש בסיסמא חשובה לך</b> כיוון שהיא תישלח אליך בדוא"ל בטקסט נקי מדי פעם. - <p>אם תבחר שלא להקליד סיסמא, המערכת תיצור לך סיסמא + <br><br>אם תבחר שלא להקליד סיסמא, המערכת תיצור לך סיסמא באופן אוטומטי, והיא תישלח אליך לאחר שתאשר את המנוי שלך. תמיד ניתן לבקש דואר חוזר עם הסיסמא שלך כאשר אתה עורך את ההגדרות האישיות שלך. <MM-Reminder> + </font> </TD> </TR> <TR> @@ -110,12 +112,12 @@ <mm-digest-question-end> <tr> <td colspan="3"> - <center><MM-Subscribe-Button></P></center> + <center><MM-Subscribe-Button></center> + </td> + </tr> </TABLE> <MM-Form-End> </ul> - </td> - </tr> <TR> <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> <a name="subscribers"> |