]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_surfbar_urls_row.tpl
Extension ext-surfbar continued:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
1 <tr>
2         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ID_SELECT--}</strong></td>
3         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--_USERID--}</strong></td>
4         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_BOOKING_PACKAGE_ID--}</strong></td>
5         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
6         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</strong></td>
7         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
8 </tr>
9 <tr>
10         <td align="center" class="bottom right {%template,ColorSwitch%}">
11                 <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[url_id]" name="url_id[$content[url_id]]" value="1" />
12         </td>
13         <td align="center" class="bottom right {%template,ColorSwitch%}">
14                 {%pipe,generateUserProfileLink=$content[url_userid]%}
15         </td>
16         <td align="center" class="bottom right {%template,ColorSwitch%}">
17                 <a href="{%pipe,generateSurfbarPackageLink=$content[url_package_id]%}">{--ADMIN_BOOKING_PACKAGE_LINK--}</a>
18         </td>
19         <td align="center" class="bottom right {%template,ColorSwitch%}">
20                 <a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
21         </td>
22         <td align="center" class="bottom right {%template,ColorSwitch%}">
23                 <a href="{%url=modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[url_id]%}">{%pipe,translateComma=$content[url_views_total]%}</a>
24         </td>
25         <td align="center" class="bottom right {%template,ColorSwitch%}">
26                 {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
27         </td>
28 </tr>
29 <tr>
30         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
31         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_FIXED_RELOAD--}</strong></td>
32         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_FIXED_WAITING--}</strong></td>
33         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_LAST_LOCKED--}</strong></td>
34         <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
35         <td class="{%template,ColorSwitch%}" align="center"><strong>{--_UNUSED--}</strong></td>
36 </tr>
37 <tr>
38         <td align="center" class="bottom right {%template,ColorSwitch%}">
39                 $content[url_registered]
40         </td>
41         <td align="center" class="bottom right {%template,ColorSwitch%}">
42                 {%pipe,createFancyTime=$content[url_fixed_reload]%}
43         </td>
44         <td align="center" class="bottom right {%template,ColorSwitch%}">
45                 {%pipe,createFancyTime=$content[url_fixed_waiting]%}
46         </td>
47         <td align="center" class="bottom right {%template,ColorSwitch%}">
48                 $content[url_last_locked]
49         </td>
50         <td align="center" class="bottom right {%template,ColorSwitch%}">
51                 {%pipe,fixEmptyContentToDashes=$content[url_lock_reason]%}
52         </td>
53         <td align="center" class="bottom {%template,ColorSwitch%}">
54                 ---
55         </td>
56 </tr>