source: trunk/templates/admin/ednotice.tmpl@ 517

Last change on this file since 517 was 517, checked in by Kris Deugau, 12 years ago

/trunk

Finally merge conversion to HTML::Template from /branches/htmlform

  • Node "hack" showed conflict due to having been added to all branches in parallel
  • editDisplay.html was apparently changed enough that the merged delete caused an irrelevant conflict

Closes #3.

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">&nbsp;</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.