HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/nueva/modules/btecommercecopilot/views/templates/admin/translation/main.tpl
{**
 * Ecommerce copilot
 *
 * @author    businesstech.fr <modules@businesstech.fr> - https://www.businesstech.fr/
 * @copyright Business Tech - https://www.businesstech.fr/
 * @license   see file: LICENSE.txt
 *
 *           ____    _______
 *          |  _ \  |__   __|
 *          | |_) |    | |
 *          |  _ <     | |
 *          | |_) |    | |
 *          |____/     |_|
 *}
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">

<div class="flex flex-col items-center justify-center space-y-6">

    <div class="w-full max-w-4xl">
        {include file="module:btecommercecopilot/views/templates/admin/common/checkConsumption.tpl"}
    </div>

    <input type="hidden" name="step" id="step" value="{$step|escape:'htmlall':'UTF-8'}" />
    <input type="hidden" name="productIdToSave" id="productIdToSave" value="" />
    <input type="hidden" name="generateTypeToSave" id="generateTypeToSave" value="" />
    <input type="hidden" name="idLangToSave" id="idLangToSave" value="" />

    {if !empty($canUse)}
        <div class="w-full max-w-4xl">
            {include file="module:btecommercecopilot/views/templates/admin/common/loader.tpl"}
        </div>

        <div class="w-full max-w-4xl">
            {include file="module:btecommercecopilot/views/templates/admin/translation/partials/translation.tpl"}
        </div>

        <div class="w-full max-w-4xl">
            {include file="module:btecommercecopilot/views/templates/admin/translation/partials/edit.tpl"}
        </div>

        <div class="w-full max-w-4xl">
            {include file="module:btecommercecopilot/views/templates/admin/translation/partials/save.tpl"}
        </div>
    {/if}
</div>