Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_forced_costs.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_forced_costs%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="4" class="table_header">
6                 <strong>{--ADMIN_LIST_FORCED_COSTS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_COSTS_PRICE_CLICK--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_COSTS_PAYMENT_CLICK--}</strong></td>
13         <td class="header_column bottom" align="center"><strong>{--ADMIN_FORCED_COSTS_VISIBILITY--}</strong></td>
14 </tr>
15 $content
16 <tr>
17         <td class="table_footer" colspan="4">
18                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
19                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
20                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
21         </td>
22 </tr>
23 </table>
24 {%form_close%}
25 </div>