Even more XHTML fixes #3
[mailer.git] / templates / de / html / admin / admin_edit_email_select.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=edit_emails" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" align="center"
3         class="admin_table dashed">
4         <tr>
5                 <td width="10" height="30" class="admin_title seperator">&nbsp;</td>
6                 <td align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
7                 </td>
8                 <td width="10" class="admin_title seperator">&nbsp;</td>
9         </tr>
10         {!__EMAIL_SELECT_ROWS!}
11         <tr>
12                 <td width="10" class="admin_footer seperator top2">&nbsp;</td>
13                 <td align="center" height="30" colspan="3" class="admin_footer top2">
14                 <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
15                 <input type="submit" name="ok" class="admin_submit"
16                         value="{--ADMIN_EDIT_EMAIL--}" /></td>
17                 <td width="10" class="admin_footer seperator top2">&nbsp;</td>
18         </tr>
19 </table>
20 </form>