]> 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 c86edfba81ded27d265fa221736e151541189358..3590924e30c05d09b2b85915d7eb088b32be0c76 100644 (file)
@@ -1,36 +1,36 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="admin_table dashed">
-       <TR>
-               <TD width="260" align="center" class="bottom2 right2">
-               {--EMAIL_SENDER--}:<BR>
-               <STRONG><A
-                       href="{!URL!}/modules.php?module=admin&amp;what=list_user&amp;u_id={--__LIST_UNCON_SENDER--}">{--__LIST_UNCON_SENDER--}</A></STRONG>
-               </TD>
-               <TD width="260" align="center" class="bottom2">
-               {--EMAIL_SUBJECT--}:<BR>
-               <STRONG>{--__LIST_UNCON_SUBJECT--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" class="bottom2 right2">{--EMAIL_URL--}:<BR>
-               <STRONG><A
-                       href="{!URL!}/modules.php?module=frametester&amp;url={--__LIST_UNCON_URL--}"
-                       target="_blank">{--EMAIL_URL_TEST--}</A></STRONG></TD>
-               <TD align="center" class="bottom2">{--EMAIL_TIMESTAMP--}:<BR>
-               <STRONG>{--__LIST_UNCON_STAMP--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" class="bottom2 right2">{--EMAIL_TEXT--}:<BR>
-               <STRONG>{--__LIST_UNCON_TEXT--}</STRONG></TD>
-               <TD align="center" class="bottom2">{--USERS_LINKS--}:<BR>
-               <STRONG>{--__LIST_UNCO_UNCONFIRMED--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="2" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="2" align="center">{--__LIST_UNCON_LISTING--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="2" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
+<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>{%pipe,generateUserProfileLink=$content[sender]%}</strong>
+       </td>
+       <td width="260" align="center" class="bottom">
+               {--EMAIL_SUBJECT--}:<br />
+               <strong>$content[subject]</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="bottom right">{--EMAIL_URL--}:<br />
+               <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[stamp]</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="bottom right">{--EMAIL_TEXT--}:<br />
+               <strong>$content[text]</strong>
+       </td>
+       <td align="center" class="bottom">{--USERS_LINKS--}:<br />
+               <strong>$content[unconfirmed]</strong>
+       </td>
+</tr>
+<tr>
+       <td colspan="2" align="center">
+               $content[rows]
+       </td>
+</tr>
+</table>
+</div>