From 7667970261ee26362f22d735e128c5f1a05e05d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ostafin?= Date: Wed, 30 Sep 2020 08:23:12 +0200 Subject: [PATCH] EZP-31947: Added correct class for button 'Select Content Item' in content view -> locations (#1543) --- .../themes/admin/content/tab/locations/panel_swap.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig b/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig index f56e24bc49..c4e20dbf6d 100644 --- a/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig @@ -10,7 +10,7 @@ {{ 'tab.locations.swap_with_another'|trans()|desc('Swap the Content item at this Location with another') }} {{ form_widget(form.swap, {'attr': { 'disabled': not can_swap, - 'class': 'btn-outline-secondary btn--udw-swap ml-5', + 'class': 'ez-btn ez-btn--secondary btn--udw-swap ml-5', 'data-udw-config': ez_udw_config('single_container', {}) }}) }} {{ form_widget(form.current_location) }}