id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
2423	v2.13.0 管理画面：おすすめ商品のテンプレートに不要な関数がある。	kimoto	somebody	"http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=13384&forum=9&post_id=61002#forumpost61002

{{{
別スレッド中にあった既述上の不具合のようです。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
}}}"	バグ指摘	closed	中	EC-CUBE2.13.3	管理画面	2.13.0	無効			0
