From 5e3a49e0e90177bdc15aca9189d3562bb5c77a88 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Sep 2021 20:16:54 +0200 Subject: [PATCH] fix table overflow --- Controller/BackendController.php | 2 +- Theme/Backend/media-list.tpl.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 7f17385..217c024 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -130,7 +130,7 @@ final class BackendController extends Controller foreach ($glob as $file) { $basename = \basename($file); - if ($basename[0] === '_' && \strlen($basename) === 3) { + if ($basename[0] === '_' && \strlen($basename) === 5) { continue; } diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php index cd7704a..7bad37b 100755 --- a/Theme/Backend/media-list.tpl.php +++ b/Theme/Backend/media-list.tpl.php @@ -81,6 +81,7 @@ $next = empty($media) ? '{/prefix}media/list' : '{/prefix}media/list?{?}&id=
getHtml('Media'); ?>
+
@@ -207,6 +208,7 @@ $next = empty($media) ? '{/prefix}media/list' : '{/prefix}media/list?{?}&id=
getHtml('Empty', '0', '0'); ?>
+