Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_edit_forced_costs.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_forced_costs&amp;do=edit_forced_costs%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td align="center" class="table_header bottom" height="25" colspan="4">
6                         <strong>{--ADMIN_EDIT_FORCED_COSTS_TITLE--}</strong>
7                 </td>
8         </tr>
9         $content
10         <tr>
11                 <td colspan="4" class="table_footer">
12                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
13                         <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_FORCED_COSTS_CHANGE_SUBMIT--}" />
14                 </td>
15         </tr>
16 </table>
17 {%form_close%}
18 </div>