From cf7a892e08f7e60b29c0b2aaf56d74aca546a604 Mon Sep 17 00:00:00 2001 From: Kayn Ty Date: Tue, 17 Apr 2018 14:30:15 +0200 Subject: [PATCH] traduire boutons crud --- app/Resources/views/default/footer.html.twig | 4 +-- app/Resources/views/default/index.html.twig | 2 +- .../views/default/login-choices.html.twig | 20 +++++++++++++ .../views/default/main-screen.html.twig | 2 +- app/Resources/views/festival/edit.html.twig | 12 +++++--- app/Resources/views/festival/index.html.twig | 26 ++++++++++------- app/Resources/views/festival/new.html.twig | 2 +- app/Resources/views/festival/show.html.twig | 4 +-- .../views/logged/dashboard.html.twig | 17 ----------- app/Resources/views/product/edit.html.twig | 11 ++++--- app/Resources/views/product/index.html.twig | 29 +++++++++++-------- app/Resources/views/product/new.html.twig | 9 ++++-- app/Resources/views/product/show.html.twig | 4 +-- .../views/productcategory/edit.html.twig | 4 +-- .../views/productcategory/index.html.twig | 26 +++++++++++------ .../views/productcategory/new.html.twig | 2 +- .../views/productcategory/show.html.twig | 4 +-- app/Resources/views/sellrecord/edit.html.twig | 4 +-- .../views/sellrecord/index.html.twig | 24 ++++++++++----- app/Resources/views/sellrecord/new.html.twig | 2 +- app/Resources/views/sellrecord/show.html.twig | 4 +-- .../Controller/DefaultController.php | 27 ++++------------- var/SymfonyRequirements.php | 18 ++++++------ web/config.php | 2 +- 24 files changed, 141 insertions(+), 118 deletions(-) diff --git a/app/Resources/views/default/footer.html.twig b/app/Resources/views/default/footer.html.twig index e3c309f3..8ce41244 100755 --- a/app/Resources/views/default/footer.html.twig +++ b/app/Resources/views/default/footer.html.twig @@ -1,9 +1,9 @@ développé par Tykayn / - + Cipher Bliss | - + contact diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index 7a7cd973..55539afd 100755 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -3,7 +3,7 @@ {% block navigation %}
{{ 'layout.logged_in_as'|trans({'%username%': app.user.username}, 'FOSUserBundle') }} | diff --git a/app/Resources/views/default/main-screen.html.twig b/app/Resources/views/default/main-screen.html.twig index ae938d9f..61e2499c 100755 --- a/app/Resources/views/default/main-screen.html.twig +++ b/app/Resources/views/default/main-screen.html.twig @@ -30,7 +30,7 @@