]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_maintenance_form.tpl
Wrapper function introduced, description for random refid rewritten:
[mailer.git] / templates / de / html / admin / admin_maintenance_form.tpl
index 6348c2de419118c5e119966073a7af4e30749057..fec723f063af08272c7bb6d488af1f88508012b3 100644 (file)
@@ -1,23 +1,17 @@
-<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">
+<div class="table dashed" align="center">
+
+<div class="table_header bottom">
+       {--ADMIN_MAINTENANCE_MODE_INTRO--}
+</div>
+
+<div class="bottom">
+       $content
+</div>
+
+<div class="table_footer">
+       <input type="submit" name="ok" class="form_delete" value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}" />
+</div>
+
+</div>
+</form>