]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_urls_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
index 4ef9670913e5a53e97cfdd3ec69a1d6ff324f053..b5b90d9ccd7c35279b242730770a2956bb09fa72 100644 (file)
@@ -1,32 +1,26 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <INPUT type="checkbox" name="id[$content[id]]" value="1" class="admin_normal" />
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[userid]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[reward] {!POINTS!}
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[costs] {!POINTS!}
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <a href="{!URL!}/modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[id]">$content[views_total]</a>
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[status]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[registered]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[last_locked]
-       </TD>
-       <TD align="center" class="bottom2 switch_sw$content[sw]">
-               $content[lock_reason]
-       </TD>
-</TR>
+<tr>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[url_id]" name="url_id[$content[url_id]]" value="1" />
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,generateUserProfileLink=$content[url_userid]%}
+       </td>
+       <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 {%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 {%template,ColorSwitch%}">
+               {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               $content[url_registered]
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               $content[url_last_locked]
+       </td>
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               {%pipe,fixEmptyContentToDashes=$content[url_lock_reason]%}
+       </td>
+</tr>