Ignore:
Timestamp:
2013/08/26 23:43:24 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
管理画面.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/basis/delivery_input.tpl

    r23066 r23129  
    112112        <!--{if $smarty.const.INPUT_DELIV_FEE}--> 
    113113        <h2>配送料登録</h2> 
    114         <div class="btn">※全国一律送料 <input type="text" name="fee_all" class="box10" /> 円に設定する <a class="btn-normal" href="javascript:;" onclick="fnSetDelivFee(<!--{$smarty.const.DELIVFEE_MAX}-->); return false;"><span>反映</span></a></div> 
     114        <div class="btn">※全国一律送料 <input type="text" name="fee_all" class="box10" /> 円に設定する <a class="btn-normal" href="javascript:;" onclick="eccube.setDelivFee(<!--{$smarty.const.DELIVFEE_MAX}-->); return false;"><span>反映</span></a></div> 
    115115        <table> 
    116116            <!--{section name=cnt loop=$smarty.const.DELIVFEE_MAX}--> 
Note: See TracChangeset for help on using the changeset viewer.