]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_unconfirmed.tpl
New function isValidUserid() introduced, more rewrites to EL:
[mailer.git] / templates / de / html / admin / admin_list_unconfirmed.tpl
index 893ad4c1261d268f60aa314cbef7339e903574fe..3590924e30c05d09b2b85915d7eb088b32be0c76 100644 (file)
@@ -1,8 +1,9 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
        <td width="260" align="center" class="bottom right">
                {--EMAIL_SENDER--}:<br />
-               <strong>$content[sender_link]</strong>
+               <strong>{%pipe,generateUserProfileLink=$content[sender]%}</strong>
        </td>
        <td width="260" align="center" class="bottom">
                {--EMAIL_SUBJECT--}:<br />
@@ -11,7 +12,7 @@
 </tr>
 <tr>
        <td align="center" class="bottom right">{--EMAIL_URL--}:<br />
-               <strong><a href="$content[url]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
+               <strong><a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
        </td>
        <td align="center" class="bottom">
                {--EMAIL_TIMESTAMP--}:<br />
                <strong>$content[unconfirmed]</strong>
        </td>
 </tr>
-<tr>
-       <td colspan="2" height="5" class="seperator">&nbsp;</td>
-</tr>
 <tr>
        <td colspan="2" align="center">
                $content[rows]
        </td>
 </tr>
-<tr>
-       <td colspan="2" height="5" class="seperator">&nbsp;</td>
-</tr>
 </table>
+</div>