might wanna add a link to remove any crap email addresses (updated)
Code:
{include file="location.tpl" last_location="Subscriber List"} {if $smarty.get.usertype
eq ""} {capture name=dialog}
<table onmouseover="this.style.backgroundColor='#f5f5f5';" onmouseout="this.style.backgroundColor='#ffffff';" width="100%" border="0" cellpadding="2" cellspacing="0">
{section name=subscriber loop=$subscribers}
<tr>
<td style="border-bottom: 1px solid #F0F0F0"><a href=mailto:{$subscribers[subscriber].email}>{$subscribers[subscriber].email}</a>
</td>
<td style="border-bottom: 1px solid #F0F0F0"><div align="right">
Remove</div></td>
</tr>
{/section}
</table>
{/capture} {include file="dialog.tpl" title="Subscriber List" content=$smarty.capture.dialog
extra="width=100%"} {/if}
Works on v3.4.3. thanks for the mod
