]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_surfbar_urls_row.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_unlock_surfbar_urls_row.tpl
index d04298d636ff9c11925f4b5a98c4a0ff7814bd51..ef0368729b1b2e7bc87ab53ecef1b04e81d447fa 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" 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="url_id[$content[url_id]]" value="1" />
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               {%pipe,generateUserProfileLink=$content[url_userid]%}
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
                $content[url]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <a href="$content[framekiller]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
-       </TD>
-       <TD align="center" class="bottom2 switch_sw$content[sw]">
-               $content[registered]
-       </TD>
-</TR>
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               <a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
+       </td>
+       <td align="center" class="bottom switch_sw$content[sw]">
+               $content[url_registered]
+       </td>
+</tr>