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/Common/Grid/Blocks/bulk_actions_select_all.html.twig */
class __TwigTemplate_c84741e2bfc4564e8e759c4dcaac2b6db73b34efb197b749af3ecfc16ed767fe 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 "
";
// line 26
if (((twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["grid"] ?? null), "actions", array()), "bulk", array())) > 0) && ($this->getAttribute($this->getAttribute(($context["grid"] ?? null), "data", array()), "records_total", array()) > 0))) {
// line 27
echo " <div class=\"md-checkbox mt-3\">
<label>
<input type=\"checkbox\"
class=\"js-bulk-action-select-all\"
id=\"";
// line 31
echo twig_escape_filter($this->env, $this->getAttribute(($context["grid"] ?? null), "id", array()), "html", null, true);
echo "_grid_bulk_action_select_all\"
>
<i class=\"md-checkbox-control\"></i>
";
// line 34
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Select all", array(), "Admin.Actions"), "html", null, true);
echo "
</label>
</div>
";
}
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Common/Grid/Blocks/bulk_actions_select_all.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 36 => 34, 30 => 31, 24 => 27, 22 => 26, 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/Common/Grid/Blocks/bulk_actions_select_all.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/bulk_actions_select_all.html.twig");
}
}

View File

@@ -0,0 +1,70 @@
<?php
/* @PrestaShop/Admin/Common/Grid/Columns/Content/bulk_action.html.twig */
class __TwigTemplate_5c6eca3b126ab9371fe89e40b2881452669b8b0b879697f71f02a392cef46ab7 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=\"md-checkbox\">
<label>
<input type=\"checkbox\"
title=\"";
// line 29
echo twig_escape_filter($this->env, $this->getAttribute(($context["column"] ?? null), "name", array()), "html", null, true);
echo "\"
class=\"js-bulk-action-checkbox\"
name=\"";
// line 31
echo twig_escape_filter($this->env, (($this->getAttribute(($context["grid"] ?? null), "id", array()) . "_") . $this->getAttribute(($context["column"] ?? null), "id", array())), "html", null, true);
echo "[]\"
value=\"";
// line 32
echo twig_escape_filter($this->env, $this->getAttribute(($context["record"] ?? null), $this->getAttribute($this->getAttribute(($context["column"] ?? null), "options", array()), "bulk_field", array()), array(), "array"), "html", null, true);
echo "\"
>
<i class=\"md-checkbox-control\"></i>
</label>
</div>
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Common/Grid/Columns/Content/bulk_action.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 34 => 32, 30 => 31, 25 => 29, 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/Common/Grid/Columns/Content/bulk_action.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Columns/Content/bulk_action.html.twig");
}
}

View File

@@ -0,0 +1,59 @@
<?php
/* @PrestaShop/Admin/Category/categories.html.twig */
class __TwigTemplate_a30a2a46775022523375674692be8bb478d93cb4822281807dd7cdf73b1b2563 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 id=\"ps_categoryTags\" class=\"pstaggerTagsWrapper\" style=\"display: block;\">
</div>
<div id=\"ps_categoryTree\" class=\"hide\">
";
// line 30
echo twig_escape_filter($this->env, twig_jsonencode_filter(($context["categories"] ?? null)), "html", null, true);
echo "
</div>
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Category/categories.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 26 => 30, 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/Category/categories.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Category/categories.html.twig");
}
}