]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_network_params_row.tpl
Description made more clear
[mailer.git] / templates / de / html / admin / admin_list_network_params_row.tpl
index 3ec8ccb40243a5eb9a2506148f287c239447dbc1..564fe7135d0788cdc5cdd2ad6a582454c9b579c7 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] 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" />
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[network_param_id]" class="form_field" name="sel[$content[network_param_id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[network_type_handle]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateNetworkTypeHandler=$content[network_type_handle]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[request_param_key]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateNetworkRequestParameter=$content[request_param_key]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[request_param_value]
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
+       <td class="{%template,ColorSwitch%} bottom" align="center">
                $content[request_param_default]
        </td>
 </tr>