]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_urls_row.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
index e1bfc67e05e75fe7d4be1802f37a6c5057fcf564..25bed4ae70ed6e2abdb263a0fed9644d428ff60d 100644 (file)
@@ -1,29 +1,26 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <INPUT type="checkbox" name="id[$content[id]]" value="1" class="admin_normal" />
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[userid]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[url_id]" name="id[$content[url_id]]" value="1" />
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               $content[url_userid]
+       </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>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[reward] {!POINTS!}
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[views_total]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[status]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[registered]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[last_locked]
-       </TD>
-       <TD align="center" class="bottom2 switch_sw$content[sw]">
+       </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[url_id]%}">$content[views_total]</a>
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               $content[url_status]
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               $content[url_registered]
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               $content[url_last_locked]
+       </td>
+       <td align="center" class="bottom switch_sw$content[sw]">
                $content[lock_reason]
-       </TD>
-</TR>
+       </td>
+</tr>