mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added title and icon to settings page
This commit is contained in:
parent
74e555d25d
commit
947cce78d7
2 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue