Changeset 23154


Ignore:
Timestamp:
2013/08/28 17:58:33 (11 years ago)
Author:
pineray
Message:

#2346 ウィンドウを開くJavaScript関数をまとめる
変更漏れ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileManager.php

    r23129 r23154  
    108108                        $pattern = '/' . preg_quote($objFormParam->getValue('top_dir'), '/') . '/'; 
    109109                        $file_url = htmlspecialchars(preg_replace($pattern, '', $objFormParam->getValue('select_file'))); 
    110                         $tpl_onload = "win02('./file_view.php?file=". $file_url ."', 'user_data', '600', '400');"; 
     110                        $tpl_onload = "eccube.openWindow('./file_view.php?file=". $file_url ."', 'user_data', '600', '400');"; 
    111111                        $this->setTplOnLoad($tpl_onload); 
    112112                    } 
Note: See TracChangeset for help on using the changeset viewer.