叙述、别离 5 місяці тому
джерело
коміт
40d7752a80
2 змінених файлів з 2 додано та 0 видалено
  1. +1
    -0
      src/admin/dialog/select_images.php
  2. +1
    -0
      src/static/web/css/admin.css

+ 1
- 0
src/admin/dialog/select_images.php Переглянути файл

@@ -142,6 +142,7 @@ if (!empty($iseditor)) {
<span $lstyle>$file</span>
</div>";
echo "$line";
} else if (preg_match("#\.(jpg)#i", $file)) {
$reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl);


+ 1
- 0
src/static/web/css/admin.css Переглянути файл

@@ -692,6 +692,7 @@ body.menu-show .admin-content {
.card-body canvas {
height:370px!important
}
.table {
margin-bottom:0;
font-size:14px;


Завантаження…
Відмінити
Зберегти