A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_config_email_row.tpl
index 61de8d522e2be59b290af0a3c64e90cc45e1d007..a3ef0e8f99b7d419ea3240429bbb70092b893716 100644 (file)
@@ -1,11 +1,11 @@
 <tr>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="bottom right switch_sw$content[sw]">
+       <td class="bottom right {%template,ColorSwitch%}">
                $content[value]
        </td>
-       <td class="bottom switch_sw$content[sw]">
+       <td class="bottom {%template,ColorSwitch%}">
                {%pipe,fixEmptyContentToDashes=$content[comment]%}
        </td>
 </tr>