A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_admins_row.tpl
index 46d75c40221df150ef95b94bf87a6aeb86552b8c..148f0488fcbb80ea49a780c1bbcc9343c25dc2a3 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[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right">
+       <td class="{%template,ColorSwitch%} bottom right">
                &nbsp;&nbsp;<a href="$content[email_link]">$content[login]</a>
        </td>
-       <td class="switch_sw$content[sw] bottom right">
+       <td class="{%template,ColorSwitch%} bottom right">
                &nbsp;&nbsp;<a href="mailto:$content[email]">$content[email]</a>
        </td>
-       <td class="switch_sw$content[sw] bottom right">
+       <td class="{%template,ColorSwitch%} bottom right">
                &nbsp;&nbsp;$content[mode]
        </td>
-       <td class="switch_sw$content[sw] bottom">
+       <td class="{%template,ColorSwitch%} bottom">
                &nbsp;&nbsp;$content[la_mode]
        </td>
 </tr>