]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_maintenance_form.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_maintenance_form.tpl
index bc685b69121e2b963388b991cf5b81d373963754..9ea1cc0738a1c64b8bc1ec374d2809d1ae3297f7 100644 (file)
@@ -1,24 +1,23 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=maintenance"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD align="center" class="admin_title bottom2" height="30">
-               {--ADMIN_MAINTENANCE_MODE_INTRO--}</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" height="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center">{--ADMIN_MAINTENANCE_MODE--}</TD>
-       </TR>
-       <TR>
-               <TD class="seperator bottom2" height="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer" height="30"><INPUT
-                       type="submit" name="ok" class="admin_delete"
-                       value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=maintenance" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+       <tr>
+               <td align="center" class="admin_title bottom2" height="30">
+                       {--ADMIN_MAINTENANCE_MODE_INTRO--}
+               </td>
+       </tr>
+       <tr>
+               <td class="seperator" height="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="center">$content</td>
+       </tr>
+       <tr>
+               <td class="seperator bottom2" height="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="admin_footer" height="30">
+                       <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}" />
+               </td>
+       </tr>
+</table>
+</form>