Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/BootstrapAdminUi/config/app/twig_hooks/common/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
'content' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content.html.twig',
],
'footer' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content/footer.html.twig',
'priority' => -100,
],
],

'sylius_admin.common.create.content' => [
Expand Down
4 changes: 4 additions & 0 deletions src/BootstrapAdminUi/config/app/twig_hooks/common/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
'grid' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/index/content/grid.html.twig',
],
'footer' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content/footer.html.twig',
'priority' => -100,
],
],

'sylius_admin.common.index.content.header' => [
Expand Down
4 changes: 4 additions & 0 deletions src/BootstrapAdminUi/config/app/twig_hooks/common/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
'content' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content.html.twig',
],
'footer' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content/footer.html.twig',
'priority' => -100,
],
],

'sylius_admin.common.show.content' => [
Expand Down
4 changes: 4 additions & 0 deletions src/BootstrapAdminUi/config/app/twig_hooks/common/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
'content' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content.html.twig',
],
'footer' => [
'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content/footer.html.twig',
'priority' => -100,
],
],

'sylius_admin.common.update.content' => [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<footer class="footer footer-transparent d-print-none">
<div class="container-xl">
<div class="row text-center align-items-center">
<div class="col-12 col-lg-12">
<ul class="list-inline list-inline-dots">
<li class="list-inline-item">
{{ 'sylius.ui.copyright'|trans }} © {{ 'now'|date("Y") }}
<a href="https://sylius.com/" target="_blank" class="link-secondary">Sylius</a>.
{{ 'sylius.ui.all_rights_reserved'|trans }}.
</li>
</ul>
</div>

<div class="col-lg-12 ms-lg-auto">
<ul class="list-inline list-inline-dots m-1">
<li class="list-inline-item">
<a href="https://stack.sylius.com" target="_blank" class="link-secondary" rel="noopener">
{{ 'sylius.ui.documentation'|trans }}
</a></li>
<li class="list-inline-item">
<a href="https://github.com/Sylius/Stack?tab=MIT-1-ov-file#readme" target="_blank"
class="link-secondary" rel="noopener">
{{ 'sylius.ui.license'|trans }}
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/Sylius/Stack" target="_blank" class="link-secondary"
rel="noopener">
{{ 'sylius.ui.source_code'|trans }}
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/Sylius/Stack/issues" target="_blank" class="link-secondary"
rel="noopener">
{{ 'sylius.ui.see_issue'|trans }}? {{ 'sylius.ui.report_it'|trans }}!
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
3 changes: 3 additions & 0 deletions src/UiTranslations/translations/messages.de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sylius:
dashboard: 'Dashboard'
delete: 'Löschen'
details: 'Details'
documentation: 'Dokumentation'
edit: 'Bearbeiten'
empty: 'Leer'
equal: 'Gleich'
Expand All @@ -38,10 +39,12 @@ sylius:
not_in: 'Nicht in'
pagination:
number_of_results: 'Zeigt %from% - %to% von %total% Einträgen'
report_it: 'Hier melden'
reset: 'Zurücksetzen'
search: 'Suche'
search_menu: 'Menü durchsuchen'
search_products: 'Artikel suchen'
see_issue: 'Fehler gefunden'
show: 'Anzeigen'
starts_with: 'Beginnt mit'
success: 'Erfolgreich'
Expand Down
7 changes: 7 additions & 0 deletions src/UiTranslations/translations/messages.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ sylius:
add_new_entry: Add a new entry
administration_panel_login: 'Administration panel login'
all: All
all_rights_reserved: 'All rights reserved'
are_your_sure_you_want_to_perform_this_action: 'Are you sure you want to perform this action?'
cancel: Cancel
copyright: Copyright
contains: Contains
create: Create
dashboard: Dashboard
date_filter: '%label% | %altLabel%'
delete: Delete
details: Details
documentation: 'Documentation'
edit: Edit
empty: 'Empty'
equal: 'Equal'
Expand All @@ -28,6 +31,7 @@ sylius:
hello: Hello
in: 'In'
info: Info
license: 'License'
login: Login
login_to_your_account: 'Login to your account'
logout: Logout
Expand All @@ -41,10 +45,13 @@ sylius:
not_in: 'Not in'
pagination:
number_of_results: 'Showing %from% to %to% of %total% entries'
report_it: 'Report it'
reset: Reset
search: Search
search_menu: 'Search menu'
see_issue: 'See an issue'
show: Show
source_code: 'Source code'
starts_with: 'Starts with'
success: Success
this_form_contains_errors: 'This form contains errors.'
Expand Down
3 changes: 3 additions & 0 deletions src/UiTranslations/translations/messages.es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sylius:
dashboard: 'Panel general'
delete: 'Eliminar'
details: 'Detalles'
documentation: 'Documentación'
edit: 'Editar'
empty: 'Vacío'
ends_with: 'Termina en'
Expand All @@ -35,8 +36,10 @@ sylius:
not_empty: 'No está vacío'
not_equal: 'No igual'
not_in: 'No en'
report_it: 'Informar'
reset: 'Restablecer'
search: 'Búsqueda'
see_issue: 'Ver incidencia'
show: 'Mostrar'
starts_with: 'Comienza por'
success: 'Operación realizada correctamente'
Expand Down
7 changes: 7 additions & 0 deletions src/UiTranslations/translations/messages.fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ sylius:
add_new_entry: 'Nouvel item'
administration_panel_login: 'Connexion à l''espace d''administration'
all: 'Tous'
all_rights_reserved: Tous droits réservés
are_your_sure_you_want_to_perform_this_action: 'Êtes-vous sûr(e) de vouloir effectuer cette action ?'
cancel: 'Annuler'
copyright: Copyright
contains: 'Contient'
create: 'Créer'
dashboard: 'Tableau de bord'
date_filter: '%label% | %altLabel%'
delete: 'Supprimer'
details: 'Détails'
documentation: Documentation
edit: 'Modifier'
empty: 'Vide'
ends_with: 'Se termine par'
Expand All @@ -28,6 +31,7 @@ sylius:
hello: 'Bonjour'
in: 'Dans'
info: 'Info'
license: Licence
login: 'Connexion'
login_to_your_account: 'Connexion à votre compte'
logout: 'Déconnexion'
Expand All @@ -41,10 +45,13 @@ sylius:
not_in: 'Pas dans'
pagination:
number_of_results: 'Affiche de %from% à %to% sur %total% items'
report_it: Signalez le
reset: 'Réinitialiser'
search: 'Rechercher'
search_menu: 'Recherche menu'
see_issue: Vous avez trouvé un bug
show: 'Afficher'
source_code: Code source
starts_with: 'Commence par'
success: 'Succès'
this_form_contains_errors: 'Ce formulaire contient des erreurs.'
Expand Down
7 changes: 7 additions & 0 deletions src/UiTranslations/translations/messages.nl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ sylius:
add_new_entry: Nieuw item toevoegen
administration_panel_login: 'Administratiepaneel login'
all: Alles
all_rights_reserved: 'Alle rechten voorbehouden'
are_your_sure_you_want_to_perform_this_action: 'Weet je zeker dat je daze actie wilt uitvoeren?'
cancel: Annuleren
contains: Bevat
copyright: 'Copyright'
create: Creëer
dashboard: Dashboard
date_filter: '%label% | %altLabel%'
delete: Verwijderen
details: Details
documentation: 'Documentatie'
edit: Bewerken
empty: 'Leeg'
equal: 'Gelijk aan'
Expand All @@ -28,6 +31,7 @@ sylius:
hello: Hallo
in: 'In'
info: Info
license: 'Licentie'
login: Inloggen
login_to_your_account: 'Inloggen op jouw account'
logout: Uitloggen
Expand All @@ -41,9 +45,12 @@ sylius:
not_in: 'Niet in'
pagination:
number_of_results: 'Toont %from% tot %to% van %total% resultaten'
report_it: 'Meld het'
reset: Resetten
search: Zoeken
search_menu: 'Zoek in menu'
see_issue: 'Bekijk probleem'
source_code: 'Broncode'
show: Tonen
starts_with: 'Begint met'
success: Succes
Expand Down
7 changes: 7 additions & 0 deletions src/UiTranslations/translations/messages.pl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ sylius:
actions: 'Akcje'
administration_panel_login: 'Logowanie do panelu administracyjnego'
all: 'Wszystko'
all_rights_reserved: 'Wszystkie prawa zastrzeżone'
are_your_sure_you_want_to_perform_this_action: 'Czy na pewno chcesz wykonać tę akcję?'
cancel: 'Anuluj'
copyright: 'Prawa autorskie'
contains: 'Zawiera'
create: 'Utwórz'
dashboard: 'Panel'
delete: 'Usuń'
details: 'Szczegóły'
documentation: 'Dokumentacja'
edit: 'Edytuj'
empty: 'Brak'
ends_with: 'Kończy się na'
Expand All @@ -26,6 +29,7 @@ sylius:
hello: 'Witaj'
in: 'W'
info: 'Info'
license: 'Licencja'
login: 'Zaloguj'
login_to_your_account: 'Zaloguj się do swojego konta'
logout: 'Wyloguj'
Expand All @@ -36,9 +40,12 @@ sylius:
not_empty: 'Nie pusty'
not_equal: 'Różne od'
not_in: 'Nie w'
report_it: 'Zgłoś'
reset: 'Resetuj'
search: 'Szukaj'
see_issue: 'Zobacz problem'
show: 'Pokaż'
source_code: 'Kod źródłowy'
starts_with: 'Rozpoczyna się od'
success: 'Sukces'
this_form_contains_errors: 'Ten formularz zawiera błędy.'
Expand Down