Last change
on this file since 900 was 593, checked in by Kris Deugau, 11 years ago |
/branches/stable
Merge /trunk r517 (merge /branches/htmlform)
Conflicts all resolved towards /trunk.
Fix a minor syntax error with "while (@data..." -> "while (my @data..."
(may cause merge conflicts later)
|
File size:
541 bytes
|
Line | |
---|
1 | <h4>Editing recipient list for '<TMPL_VAR NAME=dispnotice>':</h4>
|
---|
2 | <form action="admin.cgi" method="POST">
|
---|
3 | <fieldset><legend class="noshow"> </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.