A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
index a635ac1aa2a4c0c7b2d1bd0483a16f0155bfd1e3..8981a85fc7285bb55e108593ac49dae99b755e2b 100644 (file)
@@ -1,26 +1,26 @@
 <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[url_id]" name="url_id[$content[url_id]]" value="1" />
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                {%pipe,generateUserProfileLink=$content[url_userid]%}
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                <a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                <a href="{%url=modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[url_id]%}">{%pipe,translateComma=$content[url_views_total]%}</a>
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                $content[url_registered]
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                $content[url_last_locked]
        </td>
-       <td align="center" class="bottom switch_sw$content[sw]">
+       <td align="center" class="bottom {%template,ColorSwitch%}">
                {%pipe,fixEmptyContentToDashes=$content[url_lock_reason]%}
        </td>
 </tr>