]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_urls_row.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
index 36471a6f0606ff8d26043e4301add32fa60afa11..c2eef7295f0fda1c9a51cba8d7da97a473b0b32f 100644 (file)
@@ -1,26 +1,59 @@
 <tr>
-       <td align="center" class="bottom right switch_sw$content[sw]">
-               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" />
+       <td class="right {%template,ColorSwitch%}" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--_USERID--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_BOOKING_PACKAGE_ID--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></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 switch_sw$content[sw]">
-               $content[userid]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <a href="{%pipe,generateSurfbarPackageLink=$content[url_package_id]%}">{--ADMIN_BOOKING_PACKAGE_LINK--}</a>
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
-               <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
+       <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 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 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 switch_sw$content[sw]">
-               $content[url_status]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+</tr>
+
+<tr>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_FIXED_RELOAD--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_FIXED_WAITING--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_LAST_LOCKED--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
+       <td class="{%template,ColorSwitch%}" align="center"><strong>{--_UNUSED--}</strong></td>
+</tr>
+
+<tr>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                $content[url_registered]
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,createFancyTime=$content[url_fixed_reload]%}
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,createFancyTime=$content[url_fixed_waiting]%}
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                $content[url_last_locked]
        </td>
-       <td align="center" class="bottom switch_sw$content[sw]">
-               $content[lock_reason]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,fixEmptyContentToDashes=$content[url_lock_reason]%}
+       </td>
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               ---
        </td>
 </tr>