source: branches/htmlform/templates/admin/ednotice.tmpl@ 487

Last change on this file since 487 was 487, checked in by Kris Deugau, 14 years ago

/branches/htmlform

Finish IP pool tweaking
Complete email notice configuration
Finish most of block allocation
Add generic error page
Fix admin header with reference to Javascript bits
See #3, #15, #26

File size: 520 bytes
Line 
1<h4>Editing recipient list for '<TMPL_VAR NAME=dispnotice>':</h4>
2<form action="admin.cgi" method="POST">
3<fieldset><legend></legend>
4<input type="hidden" name="code" value="<TMPL_VAR NAME=code>">
5<input type="hidden" name="action" value="updnotice">
6<table border="1">
7<tr>
8<td><textarea cols="40" rows="5" name=reciplist><TMPL_VAR NAME=reciplist></textarea></td>
9<td><input type="submit" value="Update"></td>
10</tr>
11</table>
12</fieldset>
13</form>
14<hr>
15<a href="admin.cgi?action=emailnotice">Back to email notice list</a>
Note: See TracBrowser for help on using the repository browser.