]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_list.tpl
Some rewrites
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
index 54a6f5147e0960bcaa68aaf8aa3961e7e78a6117..23de1256904277abd17984ad2830137033a2b865 100644 (file)
@@ -1,25 +1,23 @@
-<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">
-       <TR>
-               <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>
-       </TR>
-       {!__MAILS_ROWS!}
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
+<form accept-charset="utf-8" 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">
+       <tr>
+               <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>
+       </tr>
+       $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>
-       </TR>
-</TABLE>
-</FORM>
+               <input type="submit" name="edit" class="admin_submit"
+                       value="{--ADMIN_ADMINS_EDIT--}" /></td>
+       </tr>
+</table>
+</form>