diff options
| author | pheinlein | 2003-04-18 13:20:37 +0000 |
|---|---|---|
| committer | pheinlein | 2003-04-18 13:20:37 +0000 |
| commit | 1d7777e0002e7728e9eca5ca8f53c7fc38a0c696 (patch) | |
| tree | ea973fc3806244ad542489169cb0fec171c922e1 | |
| parent | d8fde340cd192d836b3d933f7f72ccea9e6d87c5 (diff) | |
| download | mailman-1d7777e0002e7728e9eca5ca8f53c7fc38a0c696.tar.gz mailman-1d7777e0002e7728e9eca5ca8f53c7fc38a0c696.tar.zst mailman-1d7777e0002e7728e9eca5ca8f53c7fc38a0c696.zip | |
Some changes in the structure of the webpage to help stupid users
to find the way how to unsubscribe.
Maybe useful for other languages too?
| -rw-r--r-- | templates/de/listinfo.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/de/listinfo.html b/templates/de/listinfo.html index 37fd073c0..c387d3b01 100644 --- a/templates/de/listinfo.html +++ b/templates/de/listinfo.html @@ -132,7 +132,12 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> <MM-Roster-Form-Start> <MM-Roster-Option> <MM-Form-End> - <p> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">Austragen / Änderungen einer Mailadresse</FONT></B> + </TD> + </TR> + <TD COLSPAN="2" WIDTH="100%"> <MM-Options-Form-Start> <MM-Editing-Options> <MM-Form-End> |
