chore: streamline jobprofile wording
This commit is contained in:
@@ -63,16 +63,16 @@ class AdminMenuBuilder extends AbstractMenuBuilder
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'route' => 'app_admin_system_job_profile_index',
|
'route' => 'app_admin_system_job_profile_index',
|
||||||
'title' => 'Job-Profile',
|
'title' => 'Jobprofile',
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'route' => 'app_admin_system_job_profile_create',
|
'route' => 'app_admin_system_job_profile_create',
|
||||||
'title' => 'Job-Profil anlegen',
|
'title' => 'Jobprofil anlegen',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'route' => 'app_admin_system_job_profile_edit',
|
'route' => 'app_admin_system_job_profile_edit',
|
||||||
'routeParameters' => $this->getDefaultRouteParameters(),
|
'routeParameters' => $this->getDefaultRouteParameters(),
|
||||||
'title' => 'Job-Profil bearbeiten',
|
'title' => 'Jobprofil bearbeiten',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
{{ stimulus_controller('modal-button', [], [], {'confirmation-modal': '#confirmation-modal'}) }}
|
{{ stimulus_controller('modal-button', [], [], {'confirmation-modal': '#confirmation-modal'}) }}
|
||||||
{{ stimulus_action('modal-button', 'confirmation', null, {
|
{{ stimulus_action('modal-button', 'confirmation', null, {
|
||||||
'title': 'Bist du sicher?',
|
'title': 'Bist du sicher?',
|
||||||
'content': 'Möchtest du das Job-Profil wirklich löschen?',
|
'content': 'Möchtest du das Jobprofil wirklich löschen?',
|
||||||
'target-url': path('app_admin_system_feedback_set_delete', { 'id': feedbackSet.id })
|
'target-url': path('app_admin_system_feedback_set_delete', { 'id': feedbackSet.id })
|
||||||
}) }}>
|
}) }}>
|
||||||
{{ icon('delete') }}
|
{{ icon('delete') }}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{% extends 'admin/layout.html.twig' %}
|
{% extends 'admin/layout.html.twig' %}
|
||||||
|
|
||||||
{% block title %}Einstellungen - Job-Profil anlegen{% endblock %}
|
{% block title %}Einstellungen - Jobprofil anlegen{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="max-w-screen-sm">
|
<div class="max-w-screen-sm">
|
||||||
<h1 class="text-2xl font-bold pb-8">
|
<h1 class="text-2xl font-bold pb-8">
|
||||||
Job-Profil anlegen
|
Jobprofil anlegen
|
||||||
</h1>
|
</h1>
|
||||||
{% include 'admin/system/job_profile/_form.html.twig' %}
|
{% include 'admin/system/job_profile/_form.html.twig' %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{% extends 'admin/layout.html.twig' %}
|
{% extends 'admin/layout.html.twig' %}
|
||||||
|
|
||||||
{% block title %}Einstellungen - Job-Profil bearbeiten{% endblock %}
|
{% block title %}Einstellungen - Jobprofil bearbeiten{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="max-w-screen-sm">
|
<div class="max-w-screen-sm">
|
||||||
<h1 class="text-2xl font-bold pb-8">
|
<h1 class="text-2xl font-bold pb-8">
|
||||||
Job-Profil bearbeiten
|
Jobprofil bearbeiten
|
||||||
</h1>
|
</h1>
|
||||||
{% include 'admin/system/job_profile/_form.html.twig' %}
|
{% include 'admin/system/job_profile/_form.html.twig' %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="text-2xl font-bold pb-8">
|
<h1 class="text-2xl font-bold pb-8">
|
||||||
Job-Profile
|
Jobprofile
|
||||||
</h1>
|
</h1>
|
||||||
<div class="data-table-wrapper">
|
<div class="data-table-wrapper">
|
||||||
<div class="data-table-wrapper__inner">
|
<div class="data-table-wrapper__inner">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
{{ stimulus_controller('modal-button', [], [], {'confirmation-modal': '#confirmation-modal'}) }}
|
{{ stimulus_controller('modal-button', [], [], {'confirmation-modal': '#confirmation-modal'}) }}
|
||||||
{{ stimulus_action('modal-button', 'confirmation', null, {
|
{{ stimulus_action('modal-button', 'confirmation', null, {
|
||||||
'title': 'Bist du sicher?',
|
'title': 'Bist du sicher?',
|
||||||
'content': 'Möchtest du das Job-Profil wirklich löschen?',
|
'content': 'Möchtest du das Jobprofil wirklich löschen?',
|
||||||
'target-url': path('app_admin_system_job_profile_delete', { 'id': jobProfile.id })
|
'target-url': path('app_admin_system_job_profile_delete', { 'id': jobProfile.id })
|
||||||
}) }}>
|
}) }}>
|
||||||
{{ icon('delete') }}
|
{{ icon('delete') }}
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<li>
|
<li>
|
||||||
<div class="text-sm">
|
<div class="text-sm">
|
||||||
{{ teamer.firstName }} hat bisher keine Job-Profile ausgewählt.
|
{{ teamer.firstName }} hat bisher keine Jobprofile ausgewählt.
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user