diff options
| -rw-r--r-- | templates/listinfo.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/listinfo.html b/templates/listinfo.html index 78835f18a..6018bfd5f 100644 --- a/templates/listinfo.html +++ b/templates/listinfo.html @@ -5,8 +5,6 @@ </HEAD> <BODY BGCOLOR="#ffffff"> -<!-- #8FD5E0 #FFEEBB --> - <P> <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -59,7 +57,7 @@ form. <MM-List-Subscription-Msg> <ul> - <MM-Form-Start> + <MM-Subscribe-Form-Start> <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" WIDTH="70%" HEIGHT= "112"> <TR> @@ -94,6 +92,7 @@ <tr> <td colspan="3"> <center><MM-Subscribe-Button></P></center> + <MM-Form-End> </TABLE> </ul> </td> @@ -105,13 +104,16 @@ </TR> <tr> <TD COLSPAN="2" WIDTH="100%"> + <MM-Roster-Form-Start> <MM-Roster-Option> + <MM-Form-End> <p> + <MM-Subscribe-Form-Start> <MM-Editing-Options> + <MM-Form-End> </td> </tr> </table> - <MM-Form-End> <MM-Mailman-Footer> </BODY> </HTML> |
