Ignore:
Timestamp:
2013/04/09 16:07:16 (11 years ago)
Author:
pineray
Message:

#2218 お届け先最大登録数の比較演算子を元に戻し、スクリプト側のカウント部分を変更

Location:
branches/version-2_13-dev/data/Smarty/templates
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/mypage/delivery.tpl

    r22781 r22782  
    3131        ※最大<span class="attention"><!--{$smarty.const.DELIV_ADDR_MAX|h}-->件</span>まで登録できます。</p> 
    3232 
    33         <!--{if $tpl_linemax <= $smarty.const.DELIV_ADDR_MAX}--> 
     33        <!--{if $tpl_linemax < $smarty.const.DELIV_ADDR_MAX}--> 
    3434            <!--{* 退会時非表示 *}--> 
    3535            <!--{if $tpl_login}--> 
  • branches/version-2_13-dev/data/Smarty/templates/default/shopping/deliv.tpl

    r22781 r22782  
    3131            <div class="information"> 
    3232                <p>下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。</p> 
    33                 <!--{if $tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX}--> 
     33                <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    3434                    <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。</p> 
    3535                <!--{/if}--> 
     
    4444        </div> 
    4545 
    46         <!--{if $tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX}--> 
     46        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    4747            <p class="addbtn"> 
    4848                <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_add_address_on.jpg','addition');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_add_address.jpg','addition');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_add_address.jpg" alt="新しいお届け先を追加する" name="addition" id="addition" /></a> 
  • branches/version-2_13-dev/data/Smarty/templates/default/shopping/multiple.tpl

    r22781 r22782  
    3838        <h2 class="title"><!--{$tpl_title|h}--></h2> 
    3939        <p class="information">各商品のお届け先を選択してください。<br />(※数量の合計は、カゴの中の数量と合わせてください。)</p> 
    40         <!--{if $tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX}--> 
     40        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    4141            <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。</p> 
    4242        <!--{/if}--> 
    4343        <p class="mini attention">※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p> 
    4444 
    45         <!--{if $tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX}--> 
     45        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    4646            <p class="addbtn"> 
    4747                <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_add_address_on.jpg','addition');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_add_address.jpg','addition');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_add_address.jpg" alt="新しいお届け先を追加する" name="addition" id="addition" /></a> 
  • branches/version-2_13-dev/data/Smarty/templates/mobile/shopping/multiple.tpl

    r22781 r22782  
    8383    <hr> 
    8484 
    85     <!--{if $tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX}--> 
     85    <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    8686        <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php"> 
    8787        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->"> 
  • branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/delivery.tpl

    r22781 r22782  
    3333        <p>最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p> 
    3434    </div> 
    35     <!--{if $tpl_linemax <= $smarty.const.DELIV_ADDR_MAX}--> 
     35    <!--{if $tpl_linemax < $smarty.const.DELIV_ADDR_MAX}--> 
    3636        <!--{* 退会時非表示 *}--> 
    3737        <!--{if $tpl_login}--> 
  • branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/deliv.tpl

    r22781 r22782  
    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> 
  • branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/multiple.tpl

    r22781 r22782  
    3333 
    3434    <!--★ボタン★--> 
    35     <!--{if $tpl_addrmax <= $smarty.const.DELIV_ADDR_MAX}--> 
     35    <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    3636        <div class="btn_area_top"> 
    3737            <a rel="external" href="javascript:void(0);" class="btn_sub addbtn" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;">新しいお届け先を追加</a> 
Note: See TracChangeset for help on using the changeset viewer.