Ignore:
Timestamp:
2009/10/30 20:14:22 (14 years ago)
Author:
satou
Message:

#562 支払方法選択画面でリロードしないように改良(jQuery×AJAX)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/shopping/payment.tpl

    r18311 r18358  
    4646                    <!--{section name=cnt loop=$arrPayment}--> 
    4747                    <tr> 
    48                         <td class="centertd"><input type="radio" id="pay_<!--{$smarty.section.cnt.iteration}-->" name="<!--{$key}-->" onclick="fnModeSubmit('payment', '', '');" value="<!--{$arrPayment[cnt].payment_id}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}--> /> 
     48                        <td class="centertd"><input type="radio" id="pay_<!--{$smarty.section.cnt.iteration}-->" name="<!--{$key}-->" onclick="fnSetDelivTime('payment','<!--{$key}-->','deliv_time_id');" value="<!--{$arrPayment[cnt].payment_id}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}--> /> 
    4949                        </td> 
    5050                        <td> 
     
    8383                    <span class="attention"><!--{$arrErr[$key]}--></span> 
    8484                    <em>お届け時間:</em> 
    85                     <select name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
     85                    <select name="<!--{$key}-->" id="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
    8686                        <option value="" selected="">指定なし</option> 
    8787                        <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}--> 
Note: See TracChangeset for help on using the changeset viewer.