diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index e69de29b..00000000 diff --git a/lng/german.lng.php b/lng/german.lng.php index 563dbea3..62113868 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -1792,7 +1792,7 @@ $lng['panel']['listing_empty'] = 'Keine Einträge gefunden'; $lng['admin']['configfiles']['finishnote'] = 'Parameter Datei erfolgreich erstellt. Folgende Befehle müssen als root ausgeführt werden:'; $lng['admin']['configfiles']['description'] = 'System-Dienste konfigurieren'; $lng['admin']['configfiles']['skipconfig'] = 'Nicht (erneut) konfigurieren'; -$lng['admin']['configfiles']['recommendednote'] = 'Empfohlene/benötigte Dienste ahand der aktuellen Systemeinstellungen'; +$lng['admin']['configfiles']['recommendednote'] = 'Empfohlene/benötigte Dienste anhand der aktuellen Systemeinstellungen'; $lng['admin']['configfiles']['selectrecommended'] = 'Empfohlene wählen'; $lng['update']['description'] = 'Aktualisierung der froxlor Datenbank'; $lng['admin']['smtpsettings'] = 'SMTP Einstellungen'; diff --git a/templates/Froxlor/base.html.twig b/templates/Froxlor/base.html.twig index 61019559..0422aa3a 100644 --- a/templates/Froxlor/base.html.twig +++ b/templates/Froxlor/base.html.twig @@ -6,6 +6,7 @@ + {% if theme_css is empty %} diff --git a/templates/Froxlor/src/js/components/newsfeed.js b/templates/Froxlor/src/js/components/newsfeed.js index f9c060c4..8e4fb8c2 100644 --- a/templates/Froxlor/src/js/components/newsfeed.js +++ b/templates/Froxlor/src/js/components/newsfeed.js @@ -17,7 +17,7 @@ $(document).ready(function () { }, error: function (request, status, error) { console.log(request, status, error) - $("#newsfeeditems").html(''); + $("#newsfeeditems").html('
Error loading newsfeed
'); } }); } diff --git a/templates/Froxlor/src/js/components/updatecheck.js b/templates/Froxlor/src/js/components/updatecheck.js index d21e9b4d..e5da6103 100644 --- a/templates/Froxlor/src/js/components/updatecheck.js +++ b/templates/Froxlor/src/js/components/updatecheck.js @@ -12,7 +12,7 @@ $(document).ready(function () { error: function (request, status, error) { console.log(request, status, error) let message = 'Can\'t check version'; - $("#updatecheck").html(' ' + message + ''); + $("#updatecheck").html(' ' + message + ''); } }); } diff --git a/templates/Froxlor/user/form-note.html.twig b/templates/Froxlor/user/form-note.html.twig index 9941b731..16ab045c 100644 --- a/templates/Froxlor/user/form-note.html.twig +++ b/templates/Froxlor/user/form-note.html.twig @@ -2,7 +2,7 @@ {% block content %} {% if alert_msg is defined and alert_msg is not empty %} -
+
{% include 'Froxlor/misc/alertbox.html.twig' %}
{% endif %}