2007-11-22 09:29:16 +01:00
|
|
|
<!-- BEGIN header -->
|
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
{hidden_vars}
|
|
|
|
<table border="0" align="center">
|
|
|
|
<tr class="th">
|
|
|
|
<td colspan="2"><font color="{th_text}"> <b>{title}</b></font></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2"> <i><font color="red">{error}</i></font></td>
|
|
|
|
</tr>
|
|
|
|
<!-- END header -->
|
|
|
|
<!-- BEGIN body -->
|
|
|
|
<tr class="th">
|
2007-12-05 09:55:10 +01:00
|
|
|
<td colspan="2"> <b>{lang_Notification_backends</b>_(Preferences_for_enabling/disabling_will_follow_soon)}</td>
|
2007-11-22 09:29:16 +01:00
|
|
|
</tr>
|
|
|
|
<!-- END body -->
|
|
|
|
<!-- BEGIN footer -->
|
|
|
|
<tr valign="bottom" style="height: 30px;">
|
|
|
|
<td colspan="2" align="center">
|
|
|
|
<input type="submit" name="submit" value="{lang_submit}">
|
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<!-- END footer -->
|