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