]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_maintenance_form.tpl
Adding of network advert types partly finished, hard-coded table type fixed to dynamic
[mailer.git] / templates / de / html / admin / admin_maintenance_form.tpl
index c47304883c86aa71b13846be6b2f543b23f60019..6dd61f3392f39b1d1499cc4ef4fb5c3bedc2361b 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">
+<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>
+               <td align="center" class="admin_title bottom">
+                       {--ADMIN_MAINTENANCE_MODE_INTRO--}
+               </td>
        </tr>
        <tr>
                <td class="seperator" height="10">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center">{--ADMIN_MAINTENANCE_MODE--}</td>
+               <td align="center">$content</td>
        </tr>
        <tr>
-               <td class="seperator bottom2" height="10">&nbsp;</td>
+               <td class="seperator bottom" 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>
+               <td class="admin_footer">
+                       <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}" />
+               </td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>