ソースを参照

Update select_images.php

tags/6.3.0
叙述、别离 7ヶ月前
コミット
d21613589d
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      src/admin/dialog/select_images.php

+ 4
- 4
src/admin/dialog/select_images.php ファイルの表示

@@ -132,11 +132,11 @@ if (!empty($iseditor)) {
$reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl);
$reurl = $reurl;
if ($file == $comeback) $lstyle = "class='text-danger'";
if ($file == $comeback) $lstyle = "text-danger";
else $lstyle = "";
$line = "<tr>
<td>
<a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg\" $lstyle><img src='$reurl' title='$file'> $file</a>
<a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg $lstyle\"><img src='$reurl' title='$file'> $file</a>
</td>
<td>$filesize KB</td>
<td>$filetime</td>
@@ -146,10 +146,10 @@ if (!empty($iseditor)) {
$reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl);
$reurl = $reurl;
if ($file == $comeback) $lstyle = "class='text-danger'";
if ($file == $comeback) $lstyle = "text-danger";
else $lstyle = "";
$line = "<tr>
<td><a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg\" $lstyle><img src='$reurl' title='$file'> $file</a></td>
<td><a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg $lstyle\"><img src='$reurl' title='$file'> $file</a></td>
<td>$filesize KB</td>
<td>$filetime</td>
</tr>";


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