- Timestamp:
- 2013/08/15 08:54:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/admin/system/bkup.tpl
r23063 r23066 27 27 if (window.confirm('リストアしますか?')) { 28 28 document.body.style.cursor = 'wait'; 29 eccube. common.setModeAndSubmit('restore', 'list_name', list_name);29 eccube.setModeAndSubmit('restore', 'list_name', list_name); 30 30 } 31 31 } … … 88 88 <td align="center"><!--{$arrBkupList[cnt].create_date|sfCutString:19:true:false}--></td> 89 89 <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. common.setModeAndSubmit('download','list_name','<!--{$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> 91 91 <td align="center"> 92 <a href="javascript:;" onclick="eccube. common.setModeAndSubmit('delete','list_name','<!--{$arrBkupList[cnt].bkup_name}-->'); return false;">削除</a>92 <a href="javascript:;" onclick="eccube.setModeAndSubmit('delete','list_name','<!--{$arrBkupList[cnt].bkup_name}-->'); return false;">削除</a> 93 93 </td> 94 94 </tr>
Note: See TracChangeset
for help on using the changeset viewer.