]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_network_params_row.tpl
Typos corrected, 'require id card' can now be specified while adding new network...
[mailer.git] / templates / de / html / admin / admin_list_network_params_row.tpl
index 11d261cec0a9800eccaeb0d80f3f2ba54e0fcbe1..621ef39c2b4694c5e366dccdaa2802eaee8c5012 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               <input type="checkbox" title="{--ID_SELECT--} $content[network_param_id]" class="admin_normal" name="sel[$content[network_param_id]]" value="1" />
+               <input type="checkbox" title="{--ID_SELECT--} $content[network_request_param_id]" class="form_field" name="sel[$content[network_request_param_id]]" value="1" />
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,translateNetworkTypeHandler=$content[network_type_handle]%}
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               {%pipe,translateNetworkRequestParameter=$content[request_param_key]%}
+               {%pipe,translateNetworkRequestElement=$content[network_request_param_key]%}
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               $content[request_param_value]
+               $content[network_request_param_value]
        </td>
        <td class="{%template,ColorSwitch%} bottom" align="center">
-               $content[request_param_default]
+               $content[network_request_param_default]
        </td>
 </tr>