Files
Widerhall/static/templates/listadminlist.st
Stephan Richter 6abee6e977 implemented editing of list credentials for admin/owner, fixed bug:
if login fails due to wrong auth, it is no longer repeated. instead, the list is disabeld
2022-04-22 18:20:03 +02:00

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>