<!-- TITLE: Change Price Plan --> <form method=post name=frm> <input type=hidden name=token value="##TOKEN##"> <b>Move ##pp_items## from <font color=blue>##name##</font> price plan to another</b> <br /><br /> Choose the price plan you wish to move the ##pp_items## to from the dropdown list below. The operation cannot be reversed. You will have to move ##pp_items## back individually once this action is taken. Once your choice is made click the "Submit" button at the bottom. <br /><br /> Move ##pp_items## from the <b>##name##</b> price plan to the <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>