Ignore:
Timestamp:
2013/04/09 14:37:59 (11 years ago)
Author:
pineray
Message:

#2218 お届け先最大登録数をチェックする際の比較演算子を「<」から「<=」へ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/deliv.tpl

    r22206 r22781  
    7575                            </dt> 
    7676                        <!--{/if}--> 
    77                         <dd <!--{if $smarty.section.cnt.last && !($tpl_addrmax < $smarty.const.DELIV_ADDR_MAX)}-->class="end"<!--{/if}-->> 
     77                        <dd <!--{if $smarty.section.cnt.last && !($tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX)}-->class="end"<!--{/if}-->> 
    7878                            <!--{assign var=key value=$arrAddr[cnt].pref}--> 
    7979                            <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br /> 
     
    8383                <!--{/section}--> 
    8484 
    85                 <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
     85                <!--{if $tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX}--> 
    8686                    <div class="inner"> 
    8787                        <a rel="external" href="javascript:void(0);" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;" class="btn_sub addbtn">新しいお届け先を追加</a> 
Note: See TracChangeset for help on using the changeset viewer.