"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / admin / admin_maintenance_form.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=maintenance"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="380"
4         class="admin_table dashed" align="center">
5         <TR>
6                 <TD align="center" class="admin_title bottom2" height="30">
7                 {--ADMIN_MAINTENANCE_MODE_INTRO--}</TD>
8         </TR>
9         <TR>
10                 <TD class="seperator" height="10">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD align="center">{--ADMIN_MAINTENANCE_MODE--}</TD>
14         </TR>
15         <TR>
16                 <TD class="seperator bottom2" height="10">&nbsp;</TD>
17         </TR>
18         <TR>
19                 <TD class="admin_footer" height="30"><INPUT
20                         type="submit" name="ok" class="admin_delete"
21                         value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></TD>
22         </TR>
23 </TABLE>
24 </FORM>