]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email_select.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_edit_email_select.tpl
index 8912b69cb0b1f6a4b8111c814135bdf5628e3a1c..b4a3e196cc55f00823cedba7c259fe4c5d01307a 100644 (file)
@@ -1,19 +1,18 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=edit_emails" method="post">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=edit_emails%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td width="10" height="30" class="admin_title seperator">&nbsp;</td>
-               <td align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
+               <td align="center" colspan="3" class="admin_title">
+                       <strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
                </td>
-               <td width="10" class="admin_title seperator">&nbsp;</td>
        </tr>
-       {!__EMAIL_SELECT_ROWS!}
+       $content
        <tr>
-               <td width="10" class="admin_footer seperator top2">&nbsp;</td>
-               <td align="center" height="30" colspan="3" class="admin_footer top2">
-               <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
-               <input type="submit" name="ok" class="admin_submit"
-                       value="{--ADMIN_EDIT_EMAIL--}" /></td>
-               <td width="10" class="admin_footer seperator top2">&nbsp;</td>
+               <td align="center" height="30" colspan="3" class="admin_footer top">
+                       <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
+                       <input type="submit" name="ok" class="admin_submit"     value="{--ADMIN_EDIT_EMAIL--}" />
+               </td>
        </tr>
 </table>
 </form>
+</div>