Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_maintenance_form.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=maintenance%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3         <tr>
4                 <td align="center" class="admin_title bottom" height="30">
5                         {--ADMIN_MAINTENANCE_MODE_INTRO--}
6                 </td>
7         </tr>
8         <tr>
9                 <td class="seperator" height="10">&nbsp;</td>
10         </tr>
11         <tr>
12                 <td align="center">$content</td>
13         </tr>
14         <tr>
15                 <td class="seperator bottom" height="10">&nbsp;</td>
16         </tr>
17         <tr>
18                 <td class="admin_footer" height="30">
19                         <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}" />
20                 </td>
21         </tr>
22 </table>
23 </form>