diff --git a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/add.html.twig b/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/add.html.twig index 72b8f8e3d..86f518ade 100644 --- a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/add.html.twig +++ b/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/add.html.twig @@ -6,7 +6,7 @@ {% block subtitle %}{{ 'expert mode'|trans }}{% endblock %} {% block breadcrumb %}
{% endblock %} diff --git a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/edit.html.twig b/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/edit.html.twig index 86ce41dec..df0d72c54 100644 --- a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/edit.html.twig +++ b/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/edit.html.twig @@ -6,7 +6,7 @@ {% block subtitle %}{{ 'expert mode'|trans }}{% endblock %} {% block breadcrumb %} {% endblock %} diff --git a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/index.html.twig b/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/index.html.twig deleted file mode 100644 index 7a0bd2140..000000000 --- a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/analyzer/index.html.twig +++ /dev/null @@ -1,109 +0,0 @@ -{% extends '@EMSAdminUI/bootstrap5/base/admin.html.twig' %} -{% trans_default_domain 'EMSCoreBundle' %} - -{% block title %}{{ 'Analyzers'|trans }}{% endblock %} -{% block pagetitle %}{{ 'Analyzers'|trans }}{% endblock %} -{% block subtitle %}{{ 'expert mode'|trans }}{% endblock %} - -{% block breadcrumb %} - -{% endblock %} - - -{% block body %} - -{{ '#'|trans }} | - {% include '@EMSAdminUI/bootstrap5/elements/sortable-th.html.twig' with { - 'title': 'Name'|trans, - 'field': 'name', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {% include '@EMSAdminUI/bootstrap5/elements/sortable-th.html.twig' with { - 'title': 'Label'|trans, - 'field': 'label', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {# {% include '@EMSAdminUI/bootstrap5/elements/sortable-th.html.twig' with {#} -{# 'title': 'Dirty'|trans,#} -{# 'field': 'dirty',#} -{# 'orderField': paging.orderField,#} -{# 'orderDirection': paging.orderDirection,#} -{# 'paginationPath': paging.paginationPath,#} -{# } %}#} -{{ 'Action'|trans }} | -|||
---|---|---|---|---|
{{ loop.index }} | -{{ analyzer.name }} | -{{ analyzer.label }} | -{##} - |
-
- {% include '@EMSAdminUI/bootstrap5/elements/get-button.html.twig' with {
- 'url': path('ems_analyzer_edit', {'analyzer': analyzer.id}),
- 'label': 'Edit',
- 'icon': 'pencil'
- }%}
- {% include '@EMSAdminUI/bootstrap5/elements/get-button.html.twig' with {
- 'url': path('emsco_analyzer_export', {'analyzer': analyzer.id}),
- 'label': 'Export',
- 'icon': 'sign-out'
- }%}
- {% include '@EMSAdminUI/bootstrap5/elements/post-button.html.twig' with {
- 'url': path('ems_analyzer_delete', {'analyzer': analyzer.id}),
- 'message': 'Delete the analyzer ' ~ analyzer.name ~ ' ?',
- 'label': 'Delete',
- 'icon': 'trash'
- }%}
-
- |
-
{{ '#'|trans }} | - {% include '@EMSAdminUI/bootstrap5/elements/sortable-th.html.twig' with { - 'title': 'Name'|trans, - 'field': 'name', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {% include '@EMSAdminUI/bootstrap5/elements/sortable-th.html.twig' with { - 'title': 'Label'|trans, - 'field': 'label', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {# {% include '@EMSAdminUI/bootstrap5/elements/sortable-th.html.twig' with {#} -{# 'title': 'Dirty'|trans,#} -{# 'field': 'dirty',#} -{# 'orderField': paging.orderField,#} -{# 'orderDirection': paging.orderDirection,#} -{# 'paginationPath': paging.paginationPath,#} -{# } %}#} -{{ 'Action'|trans }} | -|||
---|---|---|---|---|
{{ loop.index }} | -{{ filter.name }} | -{{ filter.label }} | -{##} - |
-
- {% include '@EMSAdminUI/bootstrap5/elements/get-button.html.twig' with {
- 'url': path('ems_filter_edit', {'filter': filter.id}),
- 'label': 'Edit',
- 'icon': 'pencil'
- }%}
- {% include '@EMSAdminUI/bootstrap5/elements/get-button.html.twig' with {
- 'url': path('emsco_filter_export', {'filter': filter.id}),
- 'label': 'Export',
- 'icon': 'sign-out'
- }%}
- {% include '@EMSAdminUI/bootstrap5/elements/post-button.html.twig' with {
- 'url': path('ems_filter_delete', {'filter': filter.id}),
- 'message': 'Delete the filter ' ~ filter.name ~ ' ?',
- 'label': 'Delete',
- 'icon': 'trash'
- }%}
-
- |
-
{{ '#'|trans }} | - {% include '@EMSCore/elements/sortable-th.html.twig' with { - 'title': 'Name'|trans, - 'field': 'name', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {% include '@EMSCore/elements/sortable-th.html.twig' with { - 'title': 'Label'|trans, - 'field': 'label', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {# {% include '@EMSCore/elements/sortable-th.html.twig' with {#} -{# 'title': 'Dirty'|trans,#} -{# 'field': 'dirty',#} -{# 'orderField': paging.orderField,#} -{# 'orderDirection': paging.orderDirection,#} -{# 'paginationPath': paging.paginationPath,#} -{# } %}#} -{{ 'Action'|trans }} | -|||
---|---|---|---|---|
{{ loop.index }} | -{{ analyzer.name }} | -{{ analyzer.label }} | -{##} - |
-
- {% include '@EMSCore/elements/get-button.html.twig' with {
- 'url': path('ems_analyzer_edit', {'analyzer': analyzer.id}),
- 'label': 'Edit',
- 'icon': 'pencil'
- }%}
- {% include '@EMSCore/elements/get-button.html.twig' with {
- 'url': path('emsco_analyzer_export', {'analyzer': analyzer.id}),
- 'label': 'Export',
- 'icon': 'sign-out'
- }%}
- {% include '@EMSCore/elements/post-button.html.twig' with {
- 'url': path('ems_analyzer_delete', {'analyzer': analyzer.id}),
- 'message': 'Delete the analyzer ' ~ analyzer.name ~ ' ?',
- 'label': 'Delete',
- 'icon': 'trash'
- }%}
-
- |
-
{{ '#'|trans }} | - {% include '@EMSCore/elements/sortable-th.html.twig' with { - 'title': 'Name'|trans, - 'field': 'name', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {% include '@EMSCore/elements/sortable-th.html.twig' with { - 'title': 'Label'|trans, - 'field': 'label', - 'orderField': paging.orderField, - 'orderDirection': paging.orderDirection, - 'paginationPath': paging.paginationPath, - } %} - {# {% include '@EMSCore/elements/sortable-th.html.twig' with {#} -{# 'title': 'Dirty'|trans,#} -{# 'field': 'dirty',#} -{# 'orderField': paging.orderField,#} -{# 'orderDirection': paging.orderDirection,#} -{# 'paginationPath': paging.paginationPath,#} -{# } %}#} -{{ 'Action'|trans }} | -|||
---|---|---|---|---|
{{ loop.index }} | -{{ filter.name }} | -{{ filter.label }} | -{##} - |
-
- {% include '@EMSCore/elements/get-button.html.twig' with {
- 'url': path('ems_filter_edit', {'filter': filter.id}),
- 'label': 'Edit',
- 'icon': 'pencil'
- }%}
- {% include '@EMSCore/elements/get-button.html.twig' with {
- 'url': path('emsco_filter_export', {'filter': filter.id}),
- 'label': 'Export',
- 'icon': 'sign-out'
- }%}
- {% include '@EMSCore/elements/post-button.html.twig' with {
- 'url': path('ems_filter_delete', {'filter': filter.id}),
- 'message': 'Delete the filter ' ~ filter.name ~ ' ?',
- 'label': 'Delete',
- 'icon': 'trash'
- }%}
-
- |
-