Files
drmaterac.pl/modules/psgdpr/views/templates/admin/tabs/help.tpl
2025-01-06 20:47:25 +01:00

95 lines
4.5 KiB
Smarty
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{*
* 2007-2018 PrestaShop
*
* 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 http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2018 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="panel col-lg-10 right-panel">
<h3>
<i class="fa fa-question-circle"></i> {l s='Help & contact' mod='psgdpr'} <small>{$module_display|escape:'htmlall':'UTF-8'}</small>
</h3>
<div class="helpContentParent">
<div class="helpContentLeft">
<div class="left">
<img src="{$logo_path|escape:'htmlall':'UTF-8'}" alt=""/>
</div>
<div class="right">
<p><span class="data_label" style="color:#00aff0;"><b>{l s='This module allows you to :' mod='psgdpr'}</b></span></p>
<br>
<div>
<div class="numberCircle">1</div>
<div class="numberCircleText">
<p class="numberCircleText">
{l s='Erase any customer account with his/her personal data collected by your shop if requested by the customer' mod='psgdpr'}
</p>
</div>
</div>
<div>
<div class="numberCircle">2</div>
<div class="numberCircleText">
<p class="numberCircleText">
{l s='Add a consent confirmation checkbox in a module form that collects personal data and customize it' mod='psgdpr'}
</p>
</div>
</div>
<div>
<div class="numberCircle">3</div>
<div class="numberCircleText">
<p class="numberCircleText">
{l s='Allow your customer to consult and export their personal data collected by your shop on their customer account' mod='psgdpr'}
</p>
</div>
</div>
<div>
<div class="numberCircle">4</div>
<div class="numberCircleText">
<p class="numberCircleText">
{l s='View all your customers actions related to their personal data' mod='psgdpr'}
</p>
</div>
</div>
</div>
</div>
<div class="helpContentRight">
<div class="helpContentRight-sub">
<b>{l s='Need help ?' mod='psgdpr'}</b><br>
{l s='Find here the documentation of this module' mod='psgdpr'}
<a class="btn btn-primary" href="{$doc|escape:'htmlall':'UTF-8'}" target="_blank" style="margin-left:20px;" href="#">
<i class="fa fa-book"></i> {l s='Documentation' mod='psgdpr'}</a>
</a>
<br><br>
<div class="tab-pane panel" id="faq">
<div class="panel-heading"><i class="icon-question"></i> {l s='FAQ' mod='psgdpr'}</div>
{foreach from=$apifaq item=categorie name='faq'}
<span class="faq-h1">{$categorie->title|escape:'htmlall':'UTF-8'}</span>
<ul>
{foreach from=$categorie->blocks item=QandA}
{if !empty($QandA->question)}
<li>
<span class="faq-h2"><i class="icon-info-circle"></i> {$QandA->question|escape:'htmlall':'UTF-8'}</span>
<p class="faq-text hide">
{$QandA->answer|escape:'htmlall':'UTF-8'|replace:"\n":"<br />"}
</p>
</li>
{/if}
{/foreach}
</ul>
{if !$smarty.foreach.faq.last}<hr/>{/if}
{/foreach}
</div>
{l s='You couldn\'t find any answer to your question ?' mod='psgdpr'}
<b><a href="http://addons.prestashop.com/contact-form.php" target="_blank">{l s='Contact us on PrestaShop Addons' mod='psgdpr'}</a></b>
</div>
</div>
</div>
</div>