Ignore:
Timestamp:
2007/01/23 23:11:43 (19 years ago)
Author:
naka
Message:
 
Location:
branches/dev/data/Smarty/templates/shopping
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/shopping/confirm.tpl

    r19 r20  
    134134                        <td colspan="2" bgcolor="#f0f0f0" class="fs12n"><strong>¢§¤ªÆÏ¤±Àè</strong></td> 
    135135                    </tr> 
    136                     <!--{if $arrData.deliv_check == 1}--> 
     136                    <!--{* Ê̤ΤªÆÏ¤±À褬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¾ì¹ç *}--> 
     137                    <!--{if $arrData.deliv_check >= 1}--> 
    137138                        <tr> 
    138139                            <td width="150" bgcolor="#f0f0f0" class="fs12">¤ªÌ¾Á°</td> 
  • branches/dev/data/Smarty/templates/shopping/deliv.tpl

    r17 r20  
    6969                            <td align="center"> 
    7070                                <!--{if $smarty.section.cnt.first}--> 
    71                                 <input type="radio" name="deli" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='customer_addr';"> 
     71                                <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="-1" <!--{if $arrForm.deliv_check.value == "" || $arrForm.deliv_check.value == -1}-->checked<!--{/if}-->> 
    7272                                <!--{else}--> 
    73                                 <input type="radio" name="deli" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='other_addr'; other_deliv_id.value=<!--{$arrAddr[cnt].other_deliv_id}-->;"> 
     73                                <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$arrAddr[cnt].other_deliv_id}-->" <!--{if $arrForm.deliv_check.value == $arrAddr[cnt].other_deliv_id}-->checked<!--{/if}-->> 
    7474                                <!--{/if}--> 
    7575                            </td> 
Note: See TracChangeset for help on using the changeset viewer.