source: trunk/templates/admin/addnotice.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: 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.