Ignore:
Timestamp:
2013/08/20 14:45:53 (11 years ago)
Author:
h_yoshimoto
Message:

#2348 r23101 - r23102 をマージ

Location:
branches/version-2_13_0/data/Smarty/templates/sphone
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/sphone/mypage/delivery.tpl

    r23103 r23106  
    6464 
    6565                            <ul class="edit"> 
    66                                 <li><a href="#" onClick="eccube.win02('./delivery_addr.php?other_deliv_id=<!--{$arrOtherDeliv[cnt].other_deliv_id}-->','deliv_disp','600','640'); return false;" class="b_edit deliv_edit" rel="external">編集</a></li> 
     66                                <li><a href="#" onClick="eccube.openWindow('./delivery_addr.php?other_deliv_id=<!--{$arrOtherDeliv[cnt].other_deliv_id}-->','deliv_disp','600','640'); return false;" class="b_edit deliv_edit" rel="external">編集</a></li> 
    6767                                <li><a href="#" onClick="eccube.setModeAndSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->'); return false;" class="deliv_delete" rel="external"><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" class="pointer" width="21" height="20" alt="削除" /></a></li> 
    6868                            </ul> 
     
    135135                        $($(".delivBox span.name02").get(maxCnt)).text(delivery.name02); 
    136136                        //編集ボタンをセット 
    137                         $($(".delivBox a.deliv_edit").get(maxCnt)).attr("onClick", "eccube.win02('./delivery_addr.php?other_deliv_id=" + delivery.other_deliv_id + "','deliv_disp','600','640'); return false;"); 
     137                        $($(".delivBox a.deliv_edit").get(maxCnt)).attr("onClick", "eccube.openWindow('./delivery_addr.php?other_deliv_id=" + delivery.other_deliv_id + "','deliv_disp','600','640'); return false;"); 
    138138                        //削除ボタンをセット 
    139139                        $($(".delivBox a.deliv_delete").get(maxCnt)).attr("onClick", "eccube.setModeAndSubmit('delete','other_deliv_id','" + delivery.other_deliv_id + "'); return false;"); 
  • branches/version-2_13_0/data/Smarty/templates/sphone/shopping/deliv.tpl

    r23103 r23106  
    7070                                </p> 
    7171                                <ul class="edit"> 
    72                                     <li><a rel="external" href="javascript:void(0);" onclick="eccube.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> 
     72                                    <li><a rel="external" href="javascript:void(0);" onclick="eccube.openWindow('<!--{$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> 
    7373                                    <li><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" width="21" height="20" alt="削除" onclick="eccube.setModeAndSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->');" /></li> 
    7474                                </ul> 
     
    8585                <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    8686                    <div class="inner"> 
    87                         <a rel="external" href="javascript:void(0);" onclick="eccube.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> 
     87                        <a rel="external" href="javascript:void(0);" onclick="eccube.openWindow('<!--{$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> 
    8888                    </div> 
    8989                <!--{/if}--> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/shopping/multiple.tpl

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