]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_surfbar_urls_row.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_del_surfbar_urls_row.tpl
index 1c4301d7d402ca2bb14a1b9f36c5813e6f1e204f..6d193e73065cb605902c8e6140eeb70d41a2389f 100644 (file)
@@ -1,13 +1,13 @@
 <tr>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <INPUT type="hidden" name="id[$content[id]]" value="1" />
-               <INPUT type="hidden" name="uid_raw[$content[id]]" value="$content[uid]" />
-               $content[userid]
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               <input type="hidden" name="url_id[$content[url_id]]" value="1" />
+               <input type="hidden" name="url_userid[content[url_id]]" value="$content[url_userid_raw]" />
+               $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 switch_sw$content[sw]">
-               $content[registered]
+       <td align="center" class="bottom switch_sw$content[sw]">
+               $content[url_registered]
        </td>
 </tr>