* 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
15 lines
577 B
Text
15 lines
577 B
Text
<tr>
|
|
<td colspan="2" nowrap="nowrap"><div class="commentHead"> </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>
|