]> 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 3626a49c9689dc169f72d2ffdeb2c46c82d30f33..3590924e30c05d09b2b85915d7eb088b32be0c76 100644 (file)
@@ -1,34 +1,36 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" 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;uid={!__LIST_UNCON_SENDER!}">{!__LIST_UNCON_SENDER!}</a></strong>
+       <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>
-       <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">{--ADMIN_TEST_URL--}</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>
+       <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 colspan="2" align="center">{!__LIST_UNCON_LISTING!}</td>
+       <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" height="5" class="seperator">&nbsp;</td>
+       <td colspan="2" align="center">
+               $content[rows]
+       </td>
 </tr>
 </table>
+</div>