]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_config_email.tpl
index 908ac91ef602a597c2af29d0d1f72599359924a6..858389b45b7cfb6611e9f3d2196eac328a78b103 100644 (file)
@@ -1,23 +1,23 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_email" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
-       class="admin_table dashed">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_email%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="3" class="admin_title" height="30"><strong>{--EDIT_DEL_MAX_VALUES--}</strong>
+               <td align="center" colspan="3" class="table_header">
+                       <strong>{--ADMIN_EDIT_DELETE_MAX_VALUES_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="admin_title bottom2 right2" width="275" align="center"><strong>{--MAX_VALUE!}</strong></td>
-               <td class="admin_title bottom2" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></td>
+               <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--ADMIN_MAX_VALUE--}</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--ADMIN_MAX_COMMENT--}</strong></td>
        </tr>
-       {!__ROWS!}
+       $content[rows]
        <tr>
-               <td align="center" colspan="3" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="edit" class="admin_submit"
-                       value="{--EDIT_MAX_V--}" /> <input type="submit"
-                       name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></td>
+               <td align="center" colspan="3" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_MAX_VALUE--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_MAX_VALUE--}" />
+               </td>
        </tr>
 </table>
 </form>