From 325fa279d95a0f18d5179121db6f3adf74e5fa9c Mon Sep 17 00:00:00 2001 From: Martin Grossmann Date: Thu, 24 Oct 2024 10:28:48 +0200 Subject: [PATCH] removed unecessary exclamation in extends in frameworks admin templates --- src/Resources/views/Admin/Content/CategorySeo/list.html.twig | 2 +- .../views/Admin/Content/CategorySeo/newCategory.html.twig | 2 +- .../views/Admin/Content/CategorySeo/newCombinations.html.twig | 2 +- .../views/Admin/Content/CategorySeo/newFilters.html.twig | 2 +- .../views/Admin/Content/CategorySeo/readyCombination.html.twig | 2 +- .../views/Admin/Content/ParameterValue/detail.html.twig | 2 +- src/Resources/views/Admin/Content/ParameterValue/list.html.twig | 2 +- .../views/Admin/Content/ParameterValue/listGrid.html.twig | 2 +- .../views/Admin/Content/ParameterValue/values.html.twig | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Resources/views/Admin/Content/CategorySeo/list.html.twig b/src/Resources/views/Admin/Content/CategorySeo/list.html.twig index 57636fa0df..5b37084c67 100644 --- a/src/Resources/views/Admin/Content/CategorySeo/list.html.twig +++ b/src/Resources/views/Admin/Content/CategorySeo/list.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% block title %}- {{ 'Extended SEO categories'|trans }}{% endblock %} {% block h1 %}{{ 'Extended SEO categories'|trans }}{% endblock %} diff --git a/src/Resources/views/Admin/Content/CategorySeo/newCategory.html.twig b/src/Resources/views/Admin/Content/CategorySeo/newCategory.html.twig index 8aa330d5c4..cfbbe77c12 100644 --- a/src/Resources/views/Admin/Content/CategorySeo/newCategory.html.twig +++ b/src/Resources/views/Admin/Content/CategorySeo/newCategory.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% import _self as self %} {% block title %}- {{ 'Extended SEO category - category selection'|trans }}{% endblock %} diff --git a/src/Resources/views/Admin/Content/CategorySeo/newCombinations.html.twig b/src/Resources/views/Admin/Content/CategorySeo/newCombinations.html.twig index 32bb1b90da..54615f6cb2 100644 --- a/src/Resources/views/Admin/Content/CategorySeo/newCombinations.html.twig +++ b/src/Resources/views/Admin/Content/CategorySeo/newCombinations.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% set title = 'Extended SEO category %categoryName% - combinations'|trans({'%categoryName%': category.name(locale)}) %} diff --git a/src/Resources/views/Admin/Content/CategorySeo/newFilters.html.twig b/src/Resources/views/Admin/Content/CategorySeo/newFilters.html.twig index 757764b49d..20d4edbb54 100644 --- a/src/Resources/views/Admin/Content/CategorySeo/newFilters.html.twig +++ b/src/Resources/views/Admin/Content/CategorySeo/newFilters.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% set title = 'Extended SEO category %categoryName% - filters'|trans({'%categoryName%': category.name(locale)}) %} diff --git a/src/Resources/views/Admin/Content/CategorySeo/readyCombination.html.twig b/src/Resources/views/Admin/Content/CategorySeo/readyCombination.html.twig index cf6337db4b..c19796b23f 100644 --- a/src/Resources/views/Admin/Content/CategorySeo/readyCombination.html.twig +++ b/src/Resources/views/Admin/Content/CategorySeo/readyCombination.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% set title = 'Extended SEO category - editing the combination with SEO values'|trans %} diff --git a/src/Resources/views/Admin/Content/ParameterValue/detail.html.twig b/src/Resources/views/Admin/Content/ParameterValue/detail.html.twig index 8461834099..78705fab66 100644 --- a/src/Resources/views/Admin/Content/ParameterValue/detail.html.twig +++ b/src/Resources/views/Admin/Content/ParameterValue/detail.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% block title %}- {{ 'Parameter value of type color'|trans }}{% endblock %} {% block h1 %}{{ 'Parameter value of type color'|trans }}{% endblock %} diff --git a/src/Resources/views/Admin/Content/ParameterValue/list.html.twig b/src/Resources/views/Admin/Content/ParameterValue/list.html.twig index c7c9efaa2f..b091f27ec4 100644 --- a/src/Resources/views/Admin/Content/ParameterValue/list.html.twig +++ b/src/Resources/views/Admin/Content/ParameterValue/list.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% block title %}- {{ 'Parameter values of type color'|trans }}{% endblock %} {% block h1 %}{{ 'Parameter values of type color'|trans }}{% endblock %} diff --git a/src/Resources/views/Admin/Content/ParameterValue/listGrid.html.twig b/src/Resources/views/Admin/Content/ParameterValue/listGrid.html.twig index bffee01afc..c2e8294b07 100644 --- a/src/Resources/views/Admin/Content/ParameterValue/listGrid.html.twig +++ b/src/Resources/views/Admin/Content/ParameterValue/listGrid.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Grid/Grid.html.twig' %} +{% extends '@ShopsysFramework/Admin/Grid/Grid.html.twig' %} {% block grid_value_cell_id_name %} {{ value }} diff --git a/src/Resources/views/Admin/Content/ParameterValue/values.html.twig b/src/Resources/views/Admin/Content/ParameterValue/values.html.twig index bfacd1fb89..fc636e7f89 100644 --- a/src/Resources/views/Admin/Content/ParameterValue/values.html.twig +++ b/src/Resources/views/Admin/Content/ParameterValue/values.html.twig @@ -1,4 +1,4 @@ -{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} +{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %} {% block title %}- {{ 'Convert values associated with parameter - %name%'|trans({'%name%': parameter.name}) }}{% endblock %} {% block h1 %}{{ 'Convert values associated with parameter - %name%'|trans({'%name%': parameter.name}) }}{% endblock %}