Site/notification.skin
Sourcecode in Site/notification.skin:
1:   <tr>
2:   <td colspan="2" nowrap="nowrap"><div class="listSeparator">&nbsp;</div>
3:   <strong>E-mail notification</strong></td>
4:   </tr>
5:   <tr>
6:   <td class="small" nowrap="nowrap">New stories <br />or comments:</td>
7:   <td nowrap="nowrap"><% site.notify event="create" as="editor" %></td>
8:   </tr>
9:   <tr>
10:  <td class="small" nowrap="nowrap">Updated stories <br />or comments:</td>
11:  <td nowrap="nowrap"><% site.notify event="update" as="editor" %></td>
12:  </tr><tr>
13:  <td class="small" nowrap="nowrap">New image <br />or file uploads:</td>
14:  <td nowrap="nowrap"><% site.notify event="upload" as="editor" %></td>
15:  </tr>
16: