37 lines
2.0 KiB
Smarty
37 lines
2.0 KiB
Smarty
{*
|
|
* 2010-2023 Bl Modules.
|
|
*
|
|
* If you wish to customize this module for your needs,
|
|
* please contact the authors first for more information.
|
|
*
|
|
* It's not allowed selling, reselling or other ways to share
|
|
* this file or any other module files without author permission.
|
|
*
|
|
* @author Bl Modules
|
|
* @copyright 2010-2023 Bl Modules
|
|
* @license
|
|
*}
|
|
<div class="panel">
|
|
<div class="panel-heading">
|
|
<i class="icon-question-circle"></i> {l s='About' mod='xmlfeeds'}
|
|
</div>
|
|
<div class="row">
|
|
<div class="blmod_about">
|
|
<div style="float: right;">
|
|
<div style="float: right;">
|
|
<a href="https://addons.prestashop.com/en/data-import-export/5732-xml-feeds-pro.html" target="_blank">
|
|
<img style="border: 1px solid #CCCED7; padding: 0;" alt="Bl Modules" title="Bl Modules home page" src="../modules/{$name|escape:'htmlall':'UTF-8'}/views/img/blmod_logo.png" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div style="float: left; width: 350px;">
|
|
{l s='Module descriotion at' mod='xmlfeeds'} <a href="https://addons.prestashop.com/en/data-import-export/5732-xml-feeds-pro.html" target="_blank">addons.prestashop.com</a><br/>
|
|
{l s='You can contact us via' mod='xmlfeeds'} <a href="{$contactUsUrl|escape:'htmlall':'UTF-8'}" target="_blank">Prestashop messenger</a><br/>
|
|
<a href="{$manualPdfUrl|escape:'htmlall':'UTF-8'}" target="_blank">{l s='Download the module manual' mod='xmlfeeds'}</a><br/><br>
|
|
<a class="bl_comments" style="color: #7F7F7F; text-decoration: underline;" href="{$databaseUpgradeUrl|escape:'htmlall':'UTF-8'}">{l s='Run module database upgrade' mod='xmlfeeds'}</a><br/>
|
|
<a target="_blank" class="bl_comments" style="color: #7F7F7F; text-decoration: underline;" href="{$exportSettingsUrl|escape:'htmlall':'UTF-8'}">{l s='Export module settings' mod='xmlfeeds'}</a><br/>
|
|
</div>
|
|
<div class="cb"></div>
|
|
</div>
|
|
</div>
|
|
</div> |