mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[url_id]" name="url_id[$content[url_id]]" value="1" />
4         </td>
5         <td align="center" class="bottom right {%template,ColorSwitch%}">
6                 {%pipe,generateUserProfileLink=$content[url_userid]%}
7         </td>
8         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 <a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
10         </td>
11         <td align="center" class="bottom right {%template,ColorSwitch%}">
12                 <a href="{%url=modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[url_id]%}">{%pipe,translateComma=$content[url_views_total]%}</a>
13         </td>
14         <td align="center" class="bottom right {%template,ColorSwitch%}">
15                 {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
16         </td>
17         <td align="center" class="bottom right {%template,ColorSwitch%}">
18                 $content[url_registered]
19         </td>
20         <td align="center" class="bottom right {%template,ColorSwitch%}">
21                 $content[url_last_locked]
22         </td>
23         <td align="center" class="bottom {%template,ColorSwitch%}">
24                 {%pipe,fixEmptyContentToDashes=$content[url_lock_reason]%}
25         </td>
26 </tr>