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

#2342 一旦戻した内容を再度適用

File:
1 edited

Legend:

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

    r23071 r23103  
    2929        var $sele1 = $form.find('select[name=classcategory_id1]'); 
    3030        var $sele2 = $form.find('select[name=classcategory_id2]'); 
    31         setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected); 
     31        eccube.setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected); 
    3232    } 
    3333    $(function(){ 
     
    302302                    <!--{if !$is_favorite}--> 
    303303                        <div class="btn_favorite"> 
    304                             <p><a rel="external" href="javascript:void(0);" onclick="fnAddFavoriteSphone(<!--{$arrProduct.product_id|h}-->); return false;" class="btn_sub">お気に入りに追加</a></p> 
     304                            <p><a rel="external" href="javascript:void(0);" onclick="eccube.addFavoriteSphone(<!--{$arrProduct.product_id|h}-->); return false;" class="btn_sub">お気に入りに追加</a></p> 
    305305                        </div> 
    306306                    <!--{else}--> 
Note: See TracChangeset for help on using the changeset viewer.