]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_network_request_params_row.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / admin / admin_list_network_request_params_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[network_request_param_id]" class="form_field" name="sel[$content[network_request_param_id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,translateNetworkTypeHandler=$content[network_type_handler]%}
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 {%pipe,translateNetworkRequestParameterKey=$content[network_request_param_key]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 $content[network_request_param_value]
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 $content[network_request_param_default]
16         </td>
17 </tr>