source: branches/htmlform/templates/admin/addnotice.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: 448 bytes
Line 
1<TMPL_IF cantry>
2Adding notice to <TMPL_VAR NAME=reciplist> for <TMPL_VAR NAME=dispnotice>:
3<TMPL_IF addfailed>
4Failed: DB error: <TMPL_VAR NAME=addfailed>
5<TMPL_ELSE>
6OK!<br>
7</TMPL_IF>
8<TMPL_ELSE>
9Need to specify at least one recipient, an action, and an allocation type.
10("Special" content is considered an allocation type). Hit the Back button and try again.<br>
11</TMPL_IF>
12<a href="admin.cgi?action=emailnotice">Back to email notice list</a>
Note: See TracBrowser for help on using the repository browser.