소스 검색

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>";


불러오는 중...
취소
저장