summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-03-30 18:25:05 +0000
committerklm1998-03-30 18:25:05 +0000
commit6f0fda579aea9fa44f268bc0cbf922b95ee6e1fe (patch)
treed4de44e4622c4b14f59825ed4ae45ab596693835
parent715fa2ab3ba0867ee0cd090565efebfa036bd94e (diff)
downloadmailman-6f0fda579aea9fa44f268bc0cbf922b95ee6e1fe.tar.gz
mailman-6f0fda579aea9fa44f268bc0cbf922b95ee6e1fe.tar.zst
mailman-6f0fda579aea9fa44f268bc0cbf922b95ee6e1fe.zip
Give subscriber-list roster section it's own form. (The user options
stuff is still on the subscribe form, alas, but it's just not worth creating separating cgi script until we abstract some common functionality from the roster and subscribe ones, and then it'll be easy...)
-rw-r--r--templates/listinfo.html10
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>