Ticket #2423 (closed バグ指摘: 無効)
v2.13.0 管理画面:おすすめ商品のテンプレートに不要な関数がある。
| Reported by: | kimoto | Owned by: | somebody |
|---|---|---|---|
| Priority: | 中 | Milestone: | EC-CUBE2.13.3 |
| Component: | 管理画面 | Version: | 2.13.0 |
| Keywords: | Cc: | ||
| 修正済み: | no |
Description
別スレッド中にあった既述上の不具合のようです。data/Smarty/templates/admin/contents/recommend.tplに
function lfnSortItem(mode,data,cnt){
var flag = true;
var checkRank = '<!--{$checkRank|h}-->';
if ( checkRank ){
if( ! window.confirm('さきほど選択した<!--{$checkRank|h}-->位の情報は破棄されます。宜しいでしょうか')){
flag = false;
}
}
if ( flag ){
document["form"+cnt]["mode"].value = mode;
document["form"+cnt]["best_id"].value = data;
document["form"+cnt].submit();
}
}
window.confirmの内容が不明http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=13379&post_id=60990&order=0&viewmode=thread&pid=0&forum=9#forumpost60990修正案http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=thread&topic_id=13379&forum=9&post_id=60994#forumpost60994
Change History
Note: See
TracTickets for help on using
tickets.
