diff options
Diffstat (limited to 'templates/en')
-rw-r--r-- | templates/en/adminaddrchgack.txt | 4 | ||||
-rw-r--r-- | templates/en/admindbdetails.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/en/admlogin.html | 5 | ||||
-rw-r--r-- | templates/en/options.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/en/private.html | 21 |
5 files changed, 29 insertions, 5 deletions
diff --git a/templates/en/adminaddrchgack.txt b/templates/en/adminaddrchgack.txt new file mode 100644 index 00000000..a24dd3d9 --- /dev/null +++ b/templates/en/adminaddrchgack.txt @@ -0,0 +1,4 @@ +Address for member %(name)s has been successfully changed +from %(oldaddr)s to %(newaddr)s for list %(listname)s. + + diff --git a/templates/en/admindbdetails.html b/templates/en/admindbdetails.html index a6b7eb96..4c19fc49 100644 --- a/templates/en/admindbdetails.html +++ b/templates/en/admindbdetails.html @@ -12,7 +12,7 @@ excerpt of the message body. taken now for this pending administrative request, but for held postings, you can still forward or preserve the message (see below). -<li><b>Approve</b> -- Approve the message, sending it on to the list. +<li><b>Accept/Approve</b> -- Accept the message, sending it on to the list. For membership requests, approve the change in membership status. <li><b>Reject</b> -- Reject the message, sending a rejection notice to diff --git a/templates/en/admlogin.html b/templates/en/admlogin.html index 03f763b9..4dd2574c 100644..100755 --- a/templates/en/admlogin.html +++ b/templates/en/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s %(who)s Authentication</title> +<script>function sf(){document.f.adminpw.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(path)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/en/options.html b/templates/en/options.html index 8213b1f4..82af6eff 100644 --- a/templates/en/options.html +++ b/templates/en/options.html @@ -174,6 +174,7 @@ lists you are subscribed to. <mm-global-deliver-button><i>Set globally</i> </td></tr> +<!--Start-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Set Digest Mode</strong><p> If you turn digest mode on, you'll get posts bundled together @@ -195,6 +196,7 @@ lists you are subscribed to. <MM-Plain-Digests-Button>Plain Text<p> <mm-global-mime-button><i>Set globally</i> </td></tr> +<!--End-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Receive your own posts to the list?</strong><p> diff --git a/templates/en/private.html b/templates/en/private.html index 28ac9bfc..fa7bfeda 100644..100755 --- a/templates/en/private.html +++ b/templates/en/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s Private Archives Authentication</title> +<script>function sf(){document.f.username.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(action)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -38,6 +39,22 @@ you can explicitly expire the cookie by visiting your member options page and clicking the <em>Log out</em> button. + <p> + <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B> + </TD> + </TR> + <tr> + <td>If you don't remember your password, enter your email address + above and click the <em>Remind</em> button and your + password will be emailed to you.</td> + </tr> + <tr> + <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td> + </tr> + </TABLE> </FORM> </body> </html> |