* list members may be nominated as moderators by admin
* admin may allow moderators to nominate more moderators
* admin may set allowed senders to one of the following:
* owners and mods
* all subscribers
* everyone
* moderators are now able to remove members from list
14 lines
333 B
Smalltalk
14 lines
333 B
Smalltalk
<fieldset>
|
|
<legend>Members of «data.list»</legend>
|
|
<table id="memberlist">
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Email</th>
|
|
<th>State</th>
|
|
<th>Actions</th>
|
|
</tr>
|
|
</table>
|
|
<script type="text/javascript">
|
|
loadMembers('«data.list»');
|
|
</script>
|
|
</fieldset> |