Browse Source

Update select_images.php

tags/6.3.0
叙述、别离 6 months ago
parent
commit
d21613589d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/admin/dialog/select_images.php

+ 4
- 4
src/admin/dialog/select_images.php View File

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


Loading…
Cancel
Save