]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_surfbar_list_row.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / member / member_surfbar_list_row.tpl
index ae87f579af2c940eae15e8a9943426221e69e943..8f5b8211346b71382e1197ab330954ff0119a829 100644 (file)
@@ -1,20 +1,20 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+       <td align="center" class="switch_sw$content[sw] bottom right">
                <a href="$content[url]" target="_blank" title="{--MEMBER_TEST_URL--}">{--MEMBER_SURFBAR_TEST_URL--}</a>
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[status]
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[registered]
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[url_registered]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[last_locked]
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[url_last_locked]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+       <td align="center" class="switch_sw$content[sw] bottom right">
                $content[lock_reason]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2">
+       <td align="center" class="switch_sw$content[sw] bottom">
                $content[actions]
        </td>
 </tr>