From 2d9ce50a54062762151da56513abf174177ee0a9 Mon Sep 17 00:00:00 2001 From: lukasz_ostafin Date: Tue, 29 Sep 2020 14:52:51 +0200 Subject: [PATCH] EZP-31947: Added correct class for button 'Select Content Item' in content view -> locations --- .../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) }}