d21798dbd7749053de22ab07e9588d63ebf68110
[mailer.git] / templates / de / html / admin / admin_add_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">
4         <tr>
5                 <td class="table_header bottom" align="center" colspan="2">
6                         <strong>{--ADMIN_ADD_FORCED_COSTS_TITLE--}</strong>
7                 </td>
8         </tr>
9
10         <tr>
11                 <td align="right">
12                         {--ADMIN_ENTER_FORCED_COSTS_PRICE_PER_CLICK--}
13                 </td>
14                 <td>
15                         <input type="text" class="form_field" name="forced_costs_price_click" size="10" maxlength="20" />
16                 </td>
17         </tr>
18
19         <tr>
20                 <td align="right">
21                         {--ADMIN_ENTER_FORCED_COSTS_PAYMENT_PER_CLICK--}
22                 </td>
23                 <td>
24                         <input type="text" class="form_field" name="forced_costs_payment_click" size="10" maxlength="20" />
25                 </td>
26         </tr>
27
28         <tr>
29                 <td class="bottom" align="right">
30                         {--ADMIN_SELECT_FORCED_COSTS_VISIBILITY--}
31                 </td>
32                 <td class="bottom">
33                         {%template,ForcedCostsVisiblitySelectionBox%}
34                 </td>
35         </tr>
36
37         <tr>
38                 <td class="table_footer" colspan="2">
39                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
40                         <input type="submit" name="add" class="form_submit" value="{--ADMIN_ADD_FORCED_COSTS_ADD_SUBMIT--}" />
41                 </td>
42         </tr>
43 </table>
44 {%form_close%}
45 </div>
46
47 <div class="tiny notice">
48         {--ADMIN_ADD_FORCED_COSTS_NOTICE--}
49 </div>