added FIXME comment

This commit is contained in:
Tobi Schäfer 2004-02-08 20:43:50 +00:00
parent 0245138f29
commit 9167ae6a0d

View file

@ -48,6 +48,7 @@
<td nowrap="nowrap"><% site.showarchive as="editor" %></td> <td nowrap="nowrap"><% site.showarchive as="editor" %></td>
</tr> </tr>
<tr> <tr>
<!-- FIXME: should site.email be dropped? afaik, bounces should be sent to sys.email? [tobi] -->
<td class="small" valign="top" nowrap="nowrap">e-mail address:</td> <td class="small" valign="top" nowrap="nowrap">e-mail address:</td>
<td><% site.email as="editor" %><br /><span class="small">This e-mail address will be used for sending confirmation mails, i.e. when a user registers or signs up a site.</span></td> <td><% site.email as="editor" %><br /><span class="small">This e-mail address will be used for sending confirmation mails, i.e. when a user registers or signs up a site.</span></td>
</tr> </tr>