respect newsfeed-visibility-settings; fix typo for saving column-visibility in apikeys; added back-to-overview button in cronjobs-edit; strings fixes

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-17 08:52:58 +02:00
parent 71274f8f08
commit 2987ae5a05
5 changed files with 6 additions and 1 deletions

View File

@@ -279,6 +279,7 @@
</div>
{% endif %}
{% if (get_setting('admin.show_news_feed') == 1 and userinfo.adminsession == 1) or (get_setting('customer.show_news_feed') == 1 and userinfo.adminsession == 0) %}
<div id="newsfeed" class="card">
<div class="card-header">
<i class="fa-solid fa-info-circle me-1"></i>
@@ -295,6 +296,7 @@
</div>
</div>
</div>
{% endif %}
</div>
</div>
{% endblock %}