Ignore:
Timestamp:
2013/08/14 19:09:44 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
フォーム関連.

File:
1 edited

Legend:

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

    r23061 r23063  
    4646                <div class="bubbleBox"> 
    4747                    <div class="bubble_announce clearfix"> 
    48                         <p class="fb"><a rel="external" href="javascript:fnModeSubmit('multiple', '', '');">複数のお届け先に送りますか?</a></p> 
     48                        <p class="fb"><a rel="external" href="javascript:eccube.common.setModeAndSubmit('multiple', '', '');">複数のお届け先に送りますか?</a></p> 
    4949                    </div> 
    5050                    <div class="bubble_arrow_line"><!--矢印空タグ --></div> 
     
    7171                                <ul class="edit"> 
    7272                                    <li><a rel="external" href="javascript:void(0);" onclick="eccube.common.win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->&amp;other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;" class="b_edit">編集</a></li> 
    73                                     <li><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" width="21" height="20" alt="削除" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->');" /></li> 
     73                                    <li><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" width="21" height="20" alt="削除" onclick="eccube.common.setModeAndSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->');" /></li> 
    7474                                </ul> 
    7575                            </dt> 
     
    9191 
    9292            <ul class="btn_btm"> 
    93                 <li><a rel="external" href="javascript:fnModeSubmit('customer_addr','','');" class="btn">選択したお届け先に送る</a></li> 
     93                <li><a rel="external" href="javascript:eccube.common.setModeAndSubmit('customer_addr','','');" class="btn">選択したお届け先に送る</a></li> 
    9494                <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li> 
    9595            </ul> 
Note: See TracChangeset for help on using the changeset viewer.