view contrib/web/perl-admin/templates/edit.html @ 657:7fefd9a9fad5

Merged changes from Franky Van Liedekerke <liedekef@telenet.be>: - bulk (file) upload of subscribers - remove all subscribers (with double "are you sure" check) - possibility to edit all texts - README correction
author xi
date Thu, 02 Aug 2007 04:15:55 +1000
parents fee753d23b25
children
line wrap: on
line source

<html><head><title>mlmmj config</title></head><body>
<h1>mlmmj config</h1>
<p>
<a href="index.cgi">Index</a> | <a href="subscribers.cgi?list=$LIST">Subscribers</a> | <a href="edit_text.cgi?list=$LIST">Edit texts</a></td>
</p>
<p>
List: $LIST
</p>
<form method="post" action="save.cgi">
<input type="hidden" name="list" value="$LIST">
<table border="1">
$ROWS
</table>
<input type="submit" name="submit" value="Update configuration" />
</form>
</body></html>