diff --git a/mod_pdf_tree/.DS_Store b/mod_pdf_tree/.DS_Store index e70023a..b7184eb 100644 Binary files a/mod_pdf_tree/.DS_Store and b/mod_pdf_tree/.DS_Store differ diff --git a/mod_pdf_tree/Archiv.zip b/mod_pdf_tree/Archiv.zip index 8c02f50..841218f 100644 Binary files a/mod_pdf_tree/Archiv.zip and b/mod_pdf_tree/Archiv.zip differ diff --git a/mod_pdf_tree/helper.php b/mod_pdf_tree/helper.php index b8b0309..9c37c26 100644 --- a/mod_pdf_tree/helper.php +++ b/mod_pdf_tree/helper.php @@ -41,48 +41,60 @@ class ModEisAnzeigeHelper * Hauptfunktion zum Rendern des Baums */ public static function renderTree(array $items, int $parentId = null): string - { - if (!isset($items[$parentId])) { - return ''; - } - - $html = ''; - return $html; +{ + if (!isset($items[$parentId])) { + return ''; } + $html = ''; + return $html; +} + /** * Zählt alle PDF-Dateien unterhalb eines Ordners rekursiv */ diff --git a/mod_pdf_tree/tmpl/default.php b/mod_pdf_tree/tmpl/default.php index e5cd84a..444a9e7 100644 --- a/mod_pdf_tree/tmpl/default.php +++ b/mod_pdf_tree/tmpl/default.php @@ -55,6 +55,7 @@ display: inline-block; user-select: none; } +.pdf-tree .meta { color: #666; } /* Optionale visuelle Trennung bei Dateien */ .file-link {