A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_del_network_params_row.tpl
index f9a9a94acbfcbfc5c5fb32d3d7dca30cd5c8e6bb..418ed8e4fa11ff25105ed0a6bc865971f155938a 100644 (file)
@@ -1,25 +1,25 @@
 <tr>
-       <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_TYPES_HANDLE--}:</td>
-       <td class="switch_sw$content[sw]">
+       <td class="{%template,ColorSwitch%}" style="padding-left:5px">{--ADMIN_NETWORK_TYPES_HANDLE--}:</td>
+       <td class="{%template,ColorSwitch%}">
                <input type="hidden" name="sel[$content[network_param_id]]" value="1" />
                $content[network_type_data][network_type_handle]
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_KEY--}:</td>
-       <td class="switch_sw$content[sw]">
+       <td class="{%template,ColorSwitch%}" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_KEY--}:</td>
+       <td class="{%template,ColorSwitch%}">
                $content[request_param_key]
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_VALUE--}:</td>
-       <td class="switch_sw$content[sw]">
+       <td class="{%template,ColorSwitch%}" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_VALUE--}:</td>
+       <td class="{%template,ColorSwitch%}">
                $content[request_param_value]
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw] bottom" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_DEFAULT--}:</td>
-       <td class="switch_sw$content[sw] bottom">
+       <td class="{%template,ColorSwitch%} bottom" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_DEFAULT--}:</td>
+       <td class="{%template,ColorSwitch%} bottom">
                {%pipe,fixEmptyContentToDashes=$content[request_param_default]%}
        </td>
 </tr>