]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_list.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
index b5f01b0da903992f47bf244f239b36e70b75b626..51f80370bafb2f0466cb8aaa6010413b2a15d826 100644 (file)
@@ -1,25 +1,27 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admins_mails"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       class="admin_table dashed">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_mails%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
+               <td colspan="3" align="center" class="admin_title" height="30">
+                       <strong>{--ADMINS_MAILS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td width="30" class="admin_title bottom2 right2" align="center">
-               <strong>{--ID_SELECT--}</strong></td>
-               <td width="235" class="admin_title bottom2 right2" align="center">
-               <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></td>
-               <td width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+               <td width="30" class="header_column bottom right" align="center">
+                       <strong>{--ID_SELECT--}</strong>
+               </td>
+               <td width="235" class="header_column bottom right" align="center">
+                       <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
+               </td>
+               <td width="235" class="header_column bottom" align="center">
+                       <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
                </td>
        </tr>
-       {!__MAILS_ROWS!}
+       $content
        <tr>
-               <td colspan="3" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="edit" class="admin_submit"
-                       value="{--ADMIN_ADMINS_EDIT--}" /></td>
+               <td colspan="3" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
+               </td>
        </tr>
 </table>
 </form>