source: branches/stable/templates/admin/addnotice.tmpl@ 593

Last change on this file since 593 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: 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.