Changeset 10310


Ignore:
Timestamp:
09/11/08 23:59:47 (5 years ago)
Author:
BrainSlayer
Message:

fixes paypal button issue (not final fix)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/kromo/common/Info.htm

    r10309 r10310  
    200200                                <div id="main"> 
    201201                                        <div id="contentsInfo"> 
     202                                                <form name="Info" action="apply.cgi" method="<% get_http_method(); %>"> 
    202203                                                        <input type="hidden" name="submit_button" value="Info" /> 
    203204                                                        <input type="hidden" name="next_page" value="Info.htm" /> 
     
    499500                                                                </fieldset><br /> 
    500501                                                        </div> 
    501                                                         <div class="center"> 
    502                                                                 <% show_paypal(); %> 
    503                                                         </div><br /> 
    504502         
    505503                                                        <div class="submitFooter"> 
     
    511509                                                                 </script> 
    512510                                                        </div> 
     511                                            </form> 
     512                                                        <div class="center"> 
     513                                                                <% show_paypal(); %> 
     514                                                        </div><br /> 
    513515                                        </div> 
    514516                                </div> 
Note: See TracChangeset for help on using the changeset viewer.