if login fails due to wrong auth, it is no longer repeated. instead, the list is disabeld
26 lines
690 B
Smalltalk
26 lines
690 B
Smalltalk
<fieldset>
|
|
<legend>List of (editable) mailinglists</legend>
|
|
<table id="listlist">
|
|
<tr>
|
|
<th colspan="4">List</th>
|
|
<th colspan="4">IMAP</th>
|
|
<th colspan="3">SMTP</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Address</th>
|
|
<th>State</th>
|
|
<th>Last error</th>
|
|
<th>Actions</th>
|
|
<th>Host</th>
|
|
<th>Port</th>
|
|
<th>Inbox</th>
|
|
<th>Host</th>
|
|
<th>Port</th>
|
|
</tr>
|
|
</table>
|
|
<a href="add_list">Add new mailing list</a>
|
|
<script type="text/javascript">
|
|
loadListOfModeratedLists();
|
|
</script>
|
|
</fieldset> |