A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_network_types_row.tpl
index 6228b21823651f7dd3041d98b38fe6039dd06057..67d22a00f57b814d76f607277b4c39bbb1d53b59 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                <input type="checkbox" title="{--ID_SELECT--} $content[network_type_id]" class="admin_normal" name="sel[$content[network_type_id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[network_type_handle]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[network_type_api_url]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[network_type_click_url]
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
+       <td class="{%template,ColorSwitch%} bottom" align="center">
                $content[network_type_banner_url]
        </td>
 </tr>