Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_cats.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=login&amp;what=categories%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" class="header_column bottom" width="408"><strong>{--CATEGORY_NAME--}</strong></td>
6         <td align="center" class="header_column bottom" width="180"><strong>{--MEMBER_RECEIVE_MAILS_CATEGORY--}</strong></td>
7 </tr>
8 $content
9 <tr>
10         <td colspan="2" align="center" class="table_footer">
11                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
12                 <input type="submit" class="form_submit" name="ok" value="{--SUBMIT_CHANGES--}" />
13         </td>
14 </tr>
15 </table>
16 {%form_close%}
17 </div>