Ignore:
Timestamp:
2013/08/15 20:05:17 (11 years ago)
Author:
h_yoshimoto
Message:

#2342 基本情報管理>SHOPマスターにてJSエラーで登録処理が動かなかったので一旦戻します

File:
1 edited

Legend:

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

    r23066 r23071  
    6363 
    6464                <!--{if $smarty.const.ADMIN_MODE == '1'}--> 
    65                     <p class="right"><a class="btn-normal" href="javascript:;" onclick="eccube.setModeAndSubmit('renumber', '', ''); return false;">内部順位再割り当て</a></p> 
     65                    <p class="right"><a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('renumber', '', ''); return false;">内部順位再割り当て</a></p> 
    6666                <!--{/if}--> 
    6767 
     
    9999                            <!--{* 移動 *}--> 
    100100                            <!--{if !(count($arrProductsList) == 1 && $rank == 1)}--> 
    101                             <input type="text" name="pos-<!--{$arrProductsList[cnt].product_id}-->" size="3" class="box3" />番目へ<a href="?" onclick="eccube.setModeAndSubmit('move','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">移動</a><br /> 
     101                            <input type="text" name="pos-<!--{$arrProductsList[cnt].product_id}-->" size="3" class="box3" />番目へ<a href="?" onclick="fnModeSubmit('move','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">移動</a><br /> 
    102102                            <!--{/if}--> 
    103103                            <!--{if !($smarty.section.cnt.first && $tpl_disppage eq 1)}--> 
    104                             <a href="?" onclick="eccube.setModeAndSubmit('up','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">上へ</a> 
     104                            <a href="?" onclick="fnModeSubmit('up','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">上へ</a> 
    105105                            <!--{/if}--> 
    106106                            <!--{if !($smarty.section.cnt.last && $tpl_disppage eq $tpl_pagemax)}--> 
    107                             <a href="?" onclick="eccube.setModeAndSubmit('down','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">下へ</a> 
     107                            <a href="?" onclick="fnModeSubmit('down','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">下へ</a> 
    108108                            <!--{/if}--> 
    109109                            </td> 
Note: See TracChangeset for help on using the changeset viewer.