@@ -23,7 +23,7 @@
|
||||
{% if formdata.self_overview is defined and formdata.self_overview is iterable %}
|
||||
{% if action_links is not defined %}{% set actions_links = [] %}{% endif %}
|
||||
{% set actions_tmp = actions_links %}
|
||||
{% set actions_links = {'href': linker(formdata.self_overview), 'icon': 'fa fa-reply','label': lng('panel.backtooverview')} %}
|
||||
{% set actions_links = {'href': linker(formdata.self_overview), 'icon': 'fa-solid fa-reply','label': lng('panel.backtooverview')} %}
|
||||
{% set actions_links = {actions_links}|merge(actions_tmp) %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<p class="lead mb-5">Damit Froxlor mit dem Backend vernünftig kommunizieren kann, musst du dieses noch Konfigurieren.</p>
|
||||
<a class="btn btn-lg btn-light text-info" href="{{ linker({'section': 'configfiles', 'page': 'configfiles'}) }}">Jetzt konfigurieren</a>
|
||||
<aside class="position-absolute bottom-0 end-0 p-5">
|
||||
<i class="fa fa-hat-wizard fa-5x"></i>
|
||||
<i class="fa-solid fa-hat-wizard fa-5x"></i>
|
||||
</aside>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -281,7 +281,7 @@
|
||||
|
||||
<div id="newsfeed" class="card">
|
||||
<div class="card-header">
|
||||
<i class="fa fa-info-circle"></i>
|
||||
<i class="fa-solid fa-info-circle"></i>
|
||||
Froxlor Newsfeed
|
||||
</div>
|
||||
<div class="list-group list-group-flush" id="newsfeeditems">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block heading %}
|
||||
<h5 class="mb-1">
|
||||
<i class="fa fa-calculator me-1"></i>
|
||||
<i class="fa-solid fa-calculator me-1"></i>
|
||||
{{ lng('admin.updatecounters') }}
|
||||
</h5>
|
||||
{% endblock %}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
{% if listing.is_search and listing.self_overview is defined and listing.self_overview is iterable %}
|
||||
{% set actions_tmp = actions_links %}
|
||||
{% set actions_links = {'href': linker(listing.self_overview), 'icon': 'fa fa-reply','label': lng('panel.backtooverview')} %}
|
||||
{% set actions_links = {'href': linker(listing.self_overview), 'icon': 'fa-solid fa-reply','label': lng('panel.backtooverview')} %}
|
||||
{% set actions_links = {actions_links}|merge(actions_tmp) %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user