<!-- TITLE: Delete Price Plan --> <form method=post name=frm> <input type=hidden name=token value="##TOKEN##"> <b>Delete the <font color=blue>##name##</font> pricing plan</b> <br /><br /> <b>There are currently ##pp_items_amt## ##pp_items## attached to this price plan.</b> <br /><br /> To delete this price plan you must choose which price plan to replace this one with. All ##pp_items## must have price plans associated with them. Once your choice is made click the "Submit" button at the bottom. <br /><br /> Delete <b>##name##</b> price plan and replace it with <select name=pp_new> ##pp_into## </select> <br /><br /> <center> <input type=submit value="Submit" name=go class=button><input type=button value="Cancel" class=button OnClick="document.location='index.php?page=pay_plans'"> </center> </form>