User list templates with lesser empty lines
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
1 <tr>
2         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
3                 <input type="checkbox" name="id[$content[id]]" value="1" class="admin_normal" />
4         </td>
5         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
6                 $content[userid]
7         </td>
8         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
9                 <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
10         </td>
11         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
12                 $content[reward] {!POINTS!}
13         </td>
14         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
15                 $content[costs] {!POINTS!}
16         </td>
17         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
18                 <a href="{!URL!}/modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[id]">$content[views_total]</a>
19         </td>
20         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
21                 $content[status]
22         </td>
23         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
24                 $content[registered]
25         </td>
26         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
27                 $content[last_locked]
28         </td>
29         <td align="center" class="bottom2 switch_sw$content[sw]">
30                 $content[lock_reason]
31         </td>
32 </tr>