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,71 @@
<?php
/* @PrestaShop/Admin/Module/Includes/see_more.html.twig */
class __TwigTemplate_5237a1926bd64475d1b744efe8356f200e0f805fce15f0658c28dc6edca95a73 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 25
echo "<div class=\"col-12\">
<p class=\"text-center\">
<button type=\"button\" class=\"btn btn-link see-more\" data-category=\"";
// line 27
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\">
";
// line 28
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("See more", array(), "Admin.Actions"), "html", null, true);
echo "
</button>
<button type=\"button\" class=\"btn btn-link see-less d-none\" data-category=\"";
// line 30
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\">
";
// line 31
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("See less", array(), "Admin.Actions"), "html", null, true);
echo "
</button>
</p>
</div>
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Module/Includes/see_more.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 36 => 31, 32 => 30, 27 => 28, 23 => 27, 19 => 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("", "@PrestaShop/Admin/Module/Includes/see_more.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Module/Includes/see_more.html.twig");
}
}

View File

@@ -0,0 +1,71 @@
<?php
/* @PrestaShop/Admin/Common/Grid/Blocks/pagination.html.twig */
class __TwigTemplate_801c8a3f08f1950cf495c93b564008026ac22e4859641222b1ae10b8c2f0df53 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
'grid_pagination' => array($this, 'block_grid_pagination'),
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 25
echo "
";
// line 26
$this->displayBlock('grid_pagination', $context, $blocks);
}
public function block_grid_pagination($context, array $blocks = array())
{
// line 27
echo " ";
if ((($this->getAttribute($this->getAttribute(($context["grid"] ?? null), "data", array()), "records_total", array()) > 10) || $this->getAttribute($this->getAttribute(($context["grid"] ?? null), "pagination", array()), "offset", array()))) {
// line 28
echo " <div class=\"row\">
<div class=\"col-md-12\">
";
// line 30
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("PrestaShopBundle:Admin\\Common:pagination", array("limit" => $this->getAttribute($this->getAttribute( // line 31
($context["grid"] ?? null), "pagination", array()), "limit", array()), "offset" => $this->getAttribute($this->getAttribute( // line 32
($context["grid"] ?? null), "pagination", array()), "offset", array()), "total" => $this->getAttribute($this->getAttribute( // line 33
($context["grid"] ?? null), "data", array()), "records_total", array()), "caller_route" => $this->getAttribute($this->getAttribute($this->getAttribute( // line 34
($context["app"] ?? null), "request", array()), "attributes", array()), "get", array(0 => "_route"), "method"))));
// line 35
echo "
</div>
</div>
";
}
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Common/Grid/Blocks/pagination.html.twig";
}
public function getDebugInfo()
{
return array ( 42 => 35, 40 => 34, 39 => 33, 38 => 32, 37 => 31, 36 => 30, 32 => 28, 29 => 27, 23 => 26, 20 => 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("", "@PrestaShop/Admin/Common/Grid/Blocks/pagination.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/pagination.html.twig");
}
}