Last change
on this file since 534 was 513, checked in by Kris Deugau, 12 years ago |
/branches/htmlform
Finally dug up a least-nasty way to effectively get rid of the
useless <legend> tag (required in a <fieldset>, in turn required
in a <form>, if you want to be valid HTML 4.01 Strict).
See #3.
|
File size:
541 bytes
|
Rev | Line | |
---|
[487] | 1 | <h4>Editing recipient list for '<TMPL_VAR NAME=dispnotice>':</h4>
|
---|
| 2 | <form action="admin.cgi" method="POST">
|
---|
[513] | 3 | <fieldset><legend class="noshow"> </legend>
|
---|
[487] | 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.