]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_points_data.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_points_data.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_point_accounts&amp;do=edit_points_data%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" class="table_header bottom" colspan="4">
6                 {--ADMIN_EDIT_POINTS_DATA_TITLE--}
7         </td>
8 </tr>
9
10 $content
11
12 <tr>
13         <td colspan="4" class="table_footer">
14                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
15                 <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_POINTS_DATA_CHANGE_SUBMIT--}" />
16         </td>
17 </tr>
18 </table>
19 {%form_close%}
20 </div>