antville/code/Site/notification.skin
Tobi Schäfer 7bad3bf9ac * all notification e-mails are now sent via site/sendNotification function
* removed option to get notifications only for new comments
* added check if receipient is identical with the creator/modifier of the modified object
* made use of sendMail function
2003-10-08 16:54:20 +00:00

15 lines
577 B
Text

<tr>
<td colspan="2" nowrap="nowrap"><div class="commentHead">&nbsp;</div><br />
<b>E-mail notification</b></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">New stories <br />or comments:</td>
<td nowrap="nowrap"><% site.notify event="create" as="editor" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Updated stories <br />or comments:</td>
<td nowrap="nowrap"><% site.notify event="update" as="editor" %></td>
</tr><tr>
<td class="small" nowrap="nowrap">New image <br />or file uploads:</td>
<td nowrap="nowrap"><% site.notify event="upload" as="editor" %></td>
</tr>