{#** * 2007-2019 PrestaShop and Contributors * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2019 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA *#} {% import '@PrestaShop/Admin/macros.html.twig' as ps %} {{ form_start(adaptThemeToRtlLanguagesForm, {'action': path('admin_themes_adapt_to_rtl_languages')}) }}

{{ 'Adaptation to Right-to-Left languages'|trans({}, 'Admin.Design.Feature') }}

{{ 'Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL.\nOnce you click on "Adapt to RTL", any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet.'|trans({}, 'Admin.Design.Help') }}

{{ ps.form_group_row(adaptThemeToRtlLanguagesForm.theme_to_adapt, {}, { 'label': 'Theme to adapt'|trans({}, 'Admin.Design.Feature') }) }} {{ ps.form_group_row(adaptThemeToRtlLanguagesForm.generate_rtl_css, {}, { 'label': 'Generate RTL stylesheet'|trans({}, 'Admin.Design.Feature') }) }}
{% if isMultiShopFeatureUsed and isSingleShopContext %}
{{ ps.multistore_switch(shopLogosForm.shop_logos, { 'label': 'Multistore'|trans({}, 'Admin.Global'), }) }}
{% endif %}
{{ form_rest(adaptThemeToRtlLanguagesForm) }} {{ form_end(adaptThemeToRtlLanguagesForm) }}