ソースを参照

Update main.js

tags/6.2.0
tianya 1年前
コミット
cac2f0fde6
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/admin/js/main.js

+ 2
- 2
src/admin/js/main.js ファイルの表示

@@ -123,11 +123,11 @@ function SelectSoft(fname) {
var pos = GetWinPos(800,600);
window.open("./dialog/select_soft.php?f=" + fname, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top);
}
function SelectImage(fname, stype, imgsel) {
function SelectImage(fname, stype, imgsel="") {
var pos = GetWinPos(800,600);
if (!fname) fname = 'form1.picname';
if (imgsel) imgsel = '&noeditor=yes';
if (!stype) stype = '';
if (!stype) stype = 'small';
window.open("./dialog/select_images.php?f=" + fname + "&noeditor=yes&imgstick=" + stype + imgsel, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top);
}
function SelectImageN(fname, stype, vname) {


読み込み中…
キャンセル
保存