Thread: HELP!!!!!!!!!!!
View Single Post
  #11  
Old 06-12-2003, 10:44 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default

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
Reply With Quote