File: //proc/self/cwd/nueva/modules/btecommercecopilot/views/templates/admin/generator/partials/save.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
*
* ____ _______
* | _ \ |__ __|
* | |_) | | |
* | _ < | |
* | |_) | | |
* |____/ |_|
*}
<form id="savedForm" class="bg-gray-100 p-5 border shadow-lg w-full">
<div class="hidden bg-red-100 border-l-4 border-red-500 text-red-700 p-4 mb-6 rounded-r" id="invalidEditData">
{l s='One or more invalid data have been sent.' mod='btecommercecopilot'}
</div>
<div class="bg-green-100 border-l-4 border-green-500 text-green-700 p-4 mb-6 rounded-r" id="generatedEditData">
{l s='The content has been successfully updated.' mod='btecommercecopilot'}
</div>
<div class="border-t mt-5">
<div class="flex justify-between mt-5">
<div class="text-left">
<a type="button" href="{$moduleUrl|escape:'htmlall':'UTF-8'}" class="bg-primary hover:bg-primary-dark text-white font-bold py-2 px-4 rounded-lg focus:outline-none focus:shadow-outline transition duration-300">
< {l s='Go back to the module configuration' mod='btecommercecopilot'} </a>
</div>
<div class="text-right">
<a type="button" href="{$exportFormUrl|escape:'htmlall':'UTF-8'}" class="bg-green-500 hover:bg-green-700 text-white font-bold py-2 px-4 rounded-lg focus:outline-none focus:shadow-outline transition duration-300">
{l s='Generate new content' mod='btecommercecopilot'} </a>
</div>
</div>
</div>
</form>