Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,170 @@
<?php
/* @PrestaShop/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig */
class __TwigTemplate_d9b65463ee9393122aaa8e0c98f1adac976780710c62b5e6501dd7e50bc78435 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 25
$this->parent = $this->loadTemplate("@PrestaShop/Admin/layout.html.twig", "@PrestaShop/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig", 25);
$this->blocks = array(
'content' => array($this, 'block_content'),
);
}
protected function doGetParent(array $context)
{
return "@PrestaShop/Admin/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_6f6206ae2f3b996722907fd2021e781cecf2c6b42aa2fbe455b275403f8eb3c0 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_6f6206ae2f3b996722907fd2021e781cecf2c6b42aa2fbe455b275403f8eb3c0->enter($__internal_6f6206ae2f3b996722907fd2021e781cecf2c6b42aa2fbe455b275403f8eb3c0_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@PrestaShop/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig"));
$__internal_8681879aae8e47aef2b92e64fde3fc7891603a9692a309bf9f112f934117cc81 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_8681879aae8e47aef2b92e64fde3fc7891603a9692a309bf9f112f934117cc81->enter($__internal_8681879aae8e47aef2b92e64fde3fc7891603a9692a309bf9f112f934117cc81_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@PrestaShop/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig"));
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_6f6206ae2f3b996722907fd2021e781cecf2c6b42aa2fbe455b275403f8eb3c0->leave($__internal_6f6206ae2f3b996722907fd2021e781cecf2c6b42aa2fbe455b275403f8eb3c0_prof);
$__internal_8681879aae8e47aef2b92e64fde3fc7891603a9692a309bf9f112f934117cc81->leave($__internal_8681879aae8e47aef2b92e64fde3fc7891603a9692a309bf9f112f934117cc81_prof);
}
// line 28
public function block_content($context, array $blocks = array())
{
$__internal_0921587e053d191923014d85a44ba777eb0aee0c5b5e932319d97b593804af5f = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_0921587e053d191923014d85a44ba777eb0aee0c5b5e932319d97b593804af5f->enter($__internal_0921587e053d191923014d85a44ba777eb0aee0c5b5e932319d97b593804af5f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "content"));
$__internal_f0675f8532cf39150e85b826ba54c961979d939d6eb3677f80f46d107f54d845 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_f0675f8532cf39150e85b826ba54c961979d939d6eb3677f80f46d107f54d845->enter($__internal_f0675f8532cf39150e85b826ba54c961979d939d6eb3677f80f46d107f54d845_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "content"));
// line 29
echo " <div class=\"container\">
<div class=\"row\">
<div class=\"col\">
";
// line 32
if (($context["isSingleShopContext"] ?? $this->getContext($context, "isSingleShopContext"))) {
// line 33
echo " <div class=\"card\">
<h3 class=\"card-header\">
<i class=\"material-icons\">credit_card</i> ";
// line 35
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Active payment", array(), "Admin.Payment.Feature"), "html", null, true);
echo "
</h3>
<div class=\"card-block\">
";
// line 38
$this->loadTemplate("@PrestaShop/Admin/Improve/Payment/PaymentMethods/Blocks/payment_modules_list.html.twig", "@PrestaShop/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig", 38)->display($context);
// line 39
echo " </div>
</div>
";
} else {
// line 42
echo " <div class=\"alert alert-warning\" role=\"alert\">
<p class=\"alert-text\">";
// line 43
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("You have more than one shop and must select one to configure payment.", array(), "Admin.Payment.Notification"), "html", null, true);
echo "</p>
</div>
";
}
// line 46
echo " </div>
</div>
</div>
";
$__internal_f0675f8532cf39150e85b826ba54c961979d939d6eb3677f80f46d107f54d845->leave($__internal_f0675f8532cf39150e85b826ba54c961979d939d6eb3677f80f46d107f54d845_prof);
$__internal_0921587e053d191923014d85a44ba777eb0aee0c5b5e932319d97b593804af5f->leave($__internal_0921587e053d191923014d85a44ba777eb0aee0c5b5e932319d97b593804af5f_prof);
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 82 => 46, 76 => 43, 73 => 42, 68 => 39, 66 => 38, 60 => 35, 56 => 33, 54 => 32, 49 => 29, 40 => 28, 11 => 25,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("{#**
* 2007-2018 PrestaShop
*
* 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 http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2018 PrestaShop SA
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*#}
{% extends '@PrestaShop/Admin/layout.html.twig' %}
{% trans_default_domain 'Admin.Payment.Feature' %}
{% block content %}
<div class=\"container\">
<div class=\"row\">
<div class=\"col\">
{% if isSingleShopContext %}
<div class=\"card\">
<h3 class=\"card-header\">
<i class=\"material-icons\">credit_card</i> {{ 'Active payment'|trans }}
</h3>
<div class=\"card-block\">
{% include '@PrestaShop/Admin/Improve/Payment/PaymentMethods/Blocks/payment_modules_list.html.twig' %}
</div>
</div>
{% else %}
<div class=\"alert alert-warning\" role=\"alert\">
<p class=\"alert-text\">{{ 'You have more than one shop and must select one to configure payment.'|trans({}, 'Admin.Payment.Notification') }}</p>
</div>
{% endif %}
</div>
</div>
</div>
{% endblock %}
", "@PrestaShop/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig");
}
}