]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_actions_row.tpl
Rewritten to make usage of newly introduced math EL code
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions_row.tpl
index 277c2dabd928496e0fe2e4807d66993f6954ec0e..41b85c6f3cf63aaf63bedc92d503b0c55ff8e1c9 100644 (file)
@@ -1,14 +1,14 @@
 <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[actions_id]" name="id[$content[actions_id]]" value="1" />
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                {%pipe,translateSurfbarUrlStatus=$content[actions_status]%}
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                $content[actions_action]
        </td>
-       <td align="center" class="bottom switch_sw$content[sw]">
+       <td align="center" class="bottom {%template,ColorSwitch%}">
                $content[actions_new_status]
        </td>
 </tr>