Browse code

Add css class to unordered list of files in notifications

Benjamin Roth authored on13/11/2025 11:34:36
Showing1 changed files
... ...
@@ -95,7 +95,7 @@ class SecureDownloadsJob
95 95
                                     'member_firstname' => $Member->firstname,
96 96
                                     'member_lastname' => $Member->lastname,
97 97
                                     'downloads' => implode("\n",$arrDownloads),
98
-                                    'downloads_html' => "<ul>\n<li>".implode("</li>\n<li>",$arrDownloads)."</li>\n</ul>"
98
+                                    'downloads_html' => "<ul class='vault_list'>\n<li>".implode("</li>\n<li>",$arrDownloads)."</li>\n</ul>"
99 99
                                 ),$GLOBALS['TL_LANGUAGE']);
100 100
                             }
101 101