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