mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 18:30:06 +01:00
Added title and icon to settings page
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{% extends "main_card.html.twig" %}
|
||||
|
||||
{% macro genId(widget) %}{{ widget.vars.full_name }}{% endmacro %}
|
||||
|
||||
{% block title %}{% trans %}settings.title{% endtrans %}{% endblock %}
|
||||
|
||||
{% block card_title %}<i class="fa-solid fa-gears fa-fw"></i> {% trans %}settings.title{% endtrans %}{% endblock %}
|
||||
|
||||
{% block card_content %}
|
||||
{{ form_start(form) }}
|
||||
|
||||
|
||||
@@ -12588,5 +12588,11 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
||||
<target>Privacy</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="W.225Bj" name="settings.title">
|
||||
<segment>
|
||||
<source>settings.title</source>
|
||||
<target>Server settings</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
||||
Reference in New Issue
Block a user