]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
index f92d10ea129f57a9848d9890973a3b085930e2cf..4f913e779afc040bd122b2fd62ccc46b57c6fa7a 100644 (file)
@@ -1,20 +1,21 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_register" method="post">
-<table border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_register%}" method="post">
+<table border="0" cellpadding="0" cellspacing="0" class="table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
+               <td colspan="3" align="center" class="table_header">
+                       <strong>{--ADMIN_CONFIG_REGISTER_MUST_TITLE--}:</strong>
                </td>
        </tr>
        <tr>
-               <td width="20" class="admin_title bottom2 right2" align="center">{--ID_SELECT--}</td>
-               <td width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</td>
-               <td width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
+               <td width="20" class="header_column bottom right" align="center">{--ID_SELECT--}</td>
+               <td width="325" class="header_column bottom right" align="center">{--ADMIN_REGISTER_FIELD_NAME--}:</td>
+               <td width="105" class="header_column bottom" align="center">{--ADMIN_REGISTER_FIELD_REQUIRED--}</td>
        </tr>
        $content
        <tr>
-               <td colspan="3" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
+               <td colspan="3" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="ok" value="{--ADMIN_REGISTER_CHANGE_MUST--}" />
                </td>
        </tr>
 </table>