You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
665 B
26 lines
665 B
3 years ago
|
<fieldset>
|
||
|
<legend>List of mailinglists</legend>
|
||
|
<table id="listlist">
|
||
|
<tr>
|
||
|
<th colspan="4">List</th>
|
||
|
<th colspan="3">IMAP</th>
|
||
|
<th colspan="3">SMTP</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<th>Name</th>
|
||
|
<th>Address</th>
|
||
|
<th>State</th>
|
||
|
<th>Actions</th>
|
||
|
<th>Host</th>
|
||
|
<th>Port</th>
|
||
|
<th>User</th>
|
||
|
<th>Host</th>
|
||
|
<th>Port</th>
|
||
|
<th>User</th>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<a href="add_list">Add new mailing list</a>
|
||
|
<script type="text/javascript">
|
||
|
loadListAdminList();
|
||
|
</script>
|
||
|
</fieldset>
|