A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_unconfirmed_row.tpl
index 35d691db9677046f0e63905b672f64aaee06f712..3d0dccf51a250f5273a7199b417eae31b9e30c3d 100644 (file)
@@ -1,8 +1,8 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                <a href="{%url=mailid.php?userid=$content[userid]&amp;$content[link]=$content[id]%}" target="_blank">{--CLICK_NOW--}</a>
        </td>
-       <td class="switch_sw$content[sw] bottom right">$content[email]</td>
-       <td align="center" class="switch_sw$content[sw] bottom">{%pipe,translateUserStatus=$content[status]%}</td>
+       <td class="{%template,ColorSwitch%} bottom right">$content[email]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">{%pipe,translateUserStatus=$content[status]%}</td>
 </tr>