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/system/bkup.tpl

    r23066 r23071  
    2727        if (window.confirm('リストアしますか?')) { 
    2828            document.body.style.cursor = 'wait'; 
    29             eccube.setModeAndSubmit('restore', 'list_name', list_name); 
     29            fnModeSubmit('restore', 'list_name', list_name); 
    3030        } 
    3131    } 
     
    8888                        <td align="center"><!--{$arrBkupList[cnt].create_date|sfCutString:19:true:false}--></td> 
    8989                        <td align="center"><a href="javascript:;" onclick="fnRestore('<!--{$arrBkupList[cnt].bkup_name}-->'); return false;">リストア</a></td> 
    90                         <td align="center"><a href="javascript:;" onclick="eccube.setModeAndSubmit('download','list_name','<!--{$arrBkupList[cnt].bkup_name}-->'); return false;">ダウンロード</a></td> 
     90                        <td align="center"><a href="javascript:;" onclick="fnModeSubmit('download','list_name','<!--{$arrBkupList[cnt].bkup_name}-->'); return false;">ダウンロード</a></td> 
    9191                        <td align="center"> 
    92                             <a href="javascript:;" onclick="eccube.setModeAndSubmit('delete','list_name','<!--{$arrBkupList[cnt].bkup_name}-->'); return false;">削除</a> 
     92                            <a href="javascript:;" onclick="fnModeSubmit('delete','list_name','<!--{$arrBkupList[cnt].bkup_name}-->'); return false;">削除</a> 
    9393                        </td> 
    9494                    </tr> 
Note: See TracChangeset for help on using the changeset viewer.