<!-- TITLE: Expiration Reminders -->
<form method="post" name="frm">
<b>
<font class=txt8>
Possible Types:
<font color=blue>FEE</font> - {Item} Expiry Reminder,
<font color=blue>SUB</font> - Membership Expiry Reminder,
<font color=blue>EXTRA</font> - {Item} Extra Option Expiry Reminder
</font>
</b>
<center>
<table border=1 cellpadding=3 cellspacing=0 width="100%">
<tr class=ex_row>
<td width="1%"><input type=checkbox name=chk_all value=1 OnClick="SwitchItemsAdm()"></td>
<td width="1%"></td>
<td class=txt8 nowrap><b>Email #</td>
<td class=txt8><b>Enabled</td>
<td class=txt8><b>Type</td>
<td class=txt8><b>Price Plan</td>
<td class=txt8><b>Subject</td>
<td class=txt8><b>Text</td>
<td class=txt8><b>Create Like</td>
<td class=txt8 nowrap><center>
<b>Days to send <br>
before expiry date
</td>
</tr>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td width="1%"><input type="checkbox" name="chk_id[]" value="##id##"></td>
<td width="1%"><a href="##PAGE_URL##id=##id##"><img src=../img/admin/modify.gif border=0 alt="[M]"></a></td>
<td align="center">##num##</td>
<td align="center">
<input type="checkbox" name="ch_on[]" ##enabled## value="##id##">
<br>
<input type="hidden" name="ch_all[]" value="##id##">
</td>
<td align=center>##type##</td>
<td>##plan_name##</td>
<td>##mail_subj##</td>
<td><a href="##PAGE_URL##id=##id##">edit</a></td>
<td align=center><a href="##PAGE_URL##pg=add&likeid=##id##">copy</a></td>
<td align=center>##days##</td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
</table>
<p>
<input type=button value=" Add " class=button onClick="document.location='##PAGE_URL##pg=add'">
<input type="submit" value=" Update " class=button name=go>
<input type="submit" value=" Delete " class=button name=submdel onclick="if(!confirm('Are you sure?')) return false;">
<p>##nav##
</center>
</form>