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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user