]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_config_admins_row.tpl
index aa0846f50151a8932f6bcf04d69a850d6d0205cc..86c2fa2f39ece8c3922a5dd870943ff502fad5cf 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]" class="admin_normal" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,generateAdminLink=$content[admin_id]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,fixEmptyContentToDashes=$content[action_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,fixEmptyContentToDashes=$content[what_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
+       <td class="{%template,ColorSwitch%} bottom" align="center">
                $content[access_mode]
        </td>
 </tr>