Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / templates / de / html / admin / admin_list_network_params_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[network_param_id]" class="form_field" name="sel[$content[network_param_id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,translateNetworkTypeHandler=$content[network_type_handle]%}
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 {%pipe,translateNetworkRequestElement=$content[request_param_key]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 $content[request_param_value]
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 $content[request_param_default]
16         </td>
17 </tr>