]> 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 28937a767b2425e3766355576852ef77b3116421..25bed4ae70ed6e2abdb263a0fed9644d428ff60d 100644 (file)
@@ -1,32 +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 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="bottom2 right2 switch_sw$content[sw]">
-               $content[userid]
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               $content[url_userid]
        </td>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+       <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 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="bottom2 right2 switch_sw$content[sw]">
-               $content[costs] {!POINTS!}
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               $content[url_status]
        </td>
-       <td align="center" class="bottom2 right2 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 switch_sw$content[sw]">
+               $content[url_registered]
        </td>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[status]
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               $content[url_last_locked]
        </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 align="center" class="bottom switch_sw$content[sw]">
                $content[lock_reason]
        </td>
 </tr>