ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
1 <tr>
2         <td align="center" class="bottom right switch_sw$content[sw]">
3                 <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" />
4         </td>
5         <td align="center" class="bottom right switch_sw$content[sw]">
6                 $content[userid]
7         </td>
8         <td align="center" class="bottom right 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="bottom right switch_sw$content[sw]">
12                 <a href="{%url=modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[id]%}">$content[views_total]</a>
13         </td>
14         <td align="center" class="bottom right switch_sw$content[sw]">
15                 $content[status]
16         </td>
17         <td align="center" class="bottom right switch_sw$content[sw]">
18                 $content[registered]
19         </td>
20         <td align="center" class="bottom right switch_sw$content[sw]">
21                 $content[last_locked]
22         </td>
23         <td align="center" class="bottom switch_sw$content[sw]">
24                 $content[lock_reason]
25         </td>
26 </tr>