<!-- TITLE: Category-specific Plans -->
<script type="text/javascript">
function GoFieldSet(){
var paybox = document.frm.ppid;
var ppid = paybox.options[paybox.selectedIndex].value;
document.location = 'index.php?page=pay_plans_cat&ppid=' + ppid;
}
</script>
<center>
<form method=post name=frm>
<input type=hidden name=token value="##TOKEN##">
<table border=0 cellspacing=10 cellpadding=0>
<tr>
<td width="40%">Enable category-specific price plans?
</td>
<td valign=top>
<input type=checkbox name=EN_PP_CAT ##EN_PP_CAT## value=1>
<font class=txt8 color=blue>Check on to be able to assign certain payment
plans to certain categories
</td>
</tr>
<tr>
<td><b>Select Price Plan</b><br />
<font class=txt8 color=0000FF>(fee-based only)</td>
<td><select name=ppid OnChange="GoFieldSet()">
##pp_sel##
</select>
</td>
</tr>
<tr>
<td><b>Top Level Only ?</b></td>
<td>
<input type=checkbox name=ch_top value=1 ##ch_top## OnClick="document.frm.submit()">
<font class=txt8 color=0000FF>
Display Top Level Categories Only ? If yes, child categories inherit top level category features
</td>
</tr>
<tr>
<td><b>Categories</b><br />
<font class=txt8 color=0000FF>
(hold CTRL to select<br />
multiple categories)
</td>
<td>
##cat_sel##
</td>
</tr>
<tr>
<td></td>
<td>
<input type=submit value="Update" class=button name=go><input
type=button value="Cancel" class=button OnClick="document.location='index.php?page=pay_plans'">
</td>
</tr>
</table>
</form>
</center>