]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_maintenance_form.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_maintenance_form.tpl
1 <form action="{?URL?}/modules.php?module=admin&amp;what=maintenance" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" width="380"
3         class="admin_table dashed" align="center">
4         <tr>
5                 <td align="center" class="admin_title bottom2" height="30">
6                 {--ADMIN_MAINTENANCE_MODE_INTRO--}</td>
7         </tr>
8         <tr>
9                 <td class="seperator" height="10">&nbsp;</td>
10         </tr>
11         <tr>
12                 <td align="center">{--ADMIN_MAINTENANCE_MODE--}</td>
13         </tr>
14         <tr>
15                 <td class="seperator bottom2" height="10">&nbsp;</td>
16         </tr>
17         <tr>
18                 <td class="admin_footer" height="30"><input
19                         type="submit" name="ok" class="admin_delete"
20                         value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></td>
21         </tr>
22 </table>
23 </form>