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,104 @@
<?php
/* @Product/CatalogPage/Blocks/tools.html.twig */
class __TwigTemplate_d64fe3ac3882c35c02bc2d8c3dda2bfa50867bcc94250271025eae6ce101daaa 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-2 text-right\">
<div class=\"dropdown\">
<button class=\"btn btn-text dropdown-toggle tool-button\"
id=\"catalog-tools-button\"
data-toggle=\"dropdown\"
aria-haspopup=\"true\"
aria-expanded=\"false\"
title=\"";
// line 32
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Settings", array(), "Admin.Global"), "html", null, true);
echo "\"
>
<span class=\"sr-only\">";
// line 34
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Settings", array(), "Admin.Global"), "html", null, true);
echo "</span>
</button>
<div class=\"dropdown-menu dropdown-menu-right\" aria-labelledby=\"catalog-tools-button\">
";
// line 37
echo $this->env->getExtension('PrestaShopBundle\Twig\HookExtension')->renderHook("displayDashboardToolbarIcons", array());
echo "
<a id=\"desc-product-export\" class=\"dropdown-item\" href=\"";
// line 38
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_export_action");
echo "\">
";
// line 39
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Export", array(), "Admin.Actions"), "html", null, true);
echo "
</a>
<a id=\"desc-product-import\" class=\"dropdown-item\" href=\"";
// line 41
echo twig_escape_filter($this->env, ($context["import_link"] ?? null), "html", null, true);
echo "\">
";
// line 42
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Import", array(), "Admin.Actions"), "html", null, true);
echo "
</a>
<a id=\"desc-product-show-sql\" class=\"dropdown-item\" href=\"javascript:void(0);\" onclick=\"showLastSqlQuery();\">
";
// line 45
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Show SQL query", array(), "Admin.Actions"), "html", null, true);
echo "
</a>
<a id=\"desc-product-sql-manager\" class=\"dropdown-item\" href=\"javascript:void(0);\" onclick=\"sendLastSqlQuery(createSqlQueryName());\">
";
// line 48
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Export to SQL Manager", array(), "Admin.Actions"), "html", null, true);
echo "
</a>
</div>
</div>
</div>
";
}
public function getTemplateName()
{
return "@Product/CatalogPage/Blocks/tools.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 68 => 48, 62 => 45, 56 => 42, 52 => 41, 47 => 39, 43 => 38, 39 => 37, 33 => 34, 28 => 32, 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("", "@Product/CatalogPage/Blocks/tools.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Blocks/tools.html.twig");
}
}

View File

@@ -0,0 +1,130 @@
<?php
/* @Product/CatalogPage/Forms/form_products.html.twig */
class __TwigTemplate_850d40e0903ec8c1fab408bbd99158c15e272ff56e05cdf6a833105c52ebde60 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
'product_catalog_form_table' => array($this, 'block_product_catalog_form_table'),
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 25
echo "<form
name=\"product_catalog_list\"
id=\"product_catalog_list\"
method=\"post\"
action=\"";
// line 29
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_catalog", array("limit" => ($context["limit"] ?? null), "orderBy" => ($context["orderBy"] ?? null), "sortOrder" => ($context["sortOrder"] ?? null))), "html", null, true);
echo "\"
orderingurl=\"";
// line 30
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_catalog", array("offset" => 0, "limit" => 300, "orderBy" => "position_ordering", "sortOrder" => ($context["sortOrder"] ?? null))), "html", null, true);
echo "\"
newproducturl=\"";
// line 31
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_new");
echo "\"
>
<div class=\"row\">
<div class=\"col-md-12\">
<input type=\"hidden\" name=\"filter_category\" value=\"";
// line 35
echo twig_escape_filter($this->env, ((array_key_exists("filter_category", $context)) ? (_twig_default_filter(($context["filter_category"] ?? null), "")) : ("")), "html", null, true);
echo "\" />
</div>
</div>
<div class=\"row\">
<div class=\"col-md-12\">
";
// line 41
$this->displayBlock('product_catalog_form_table', $context, $blocks);
// line 62
echo " </div>
</div>
";
// line 65
if ((($context["product_count_filtered"] ?? null) > 20)) {
// line 66
echo " <div class=\"row\">
<div class=\"col-md-12\">
";
// line 68
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("PrestaShopBundle:Admin\\Common:pagination", array("limit" => // line 69
($context["limit"] ?? null), "offset" => ($context["offset"] ?? null), "total" => ($context["product_count_filtered"] ?? null), "caller_parameters" => ($context["pagination_parameters"] ?? null), "limit_choices" => ($context["pagination_limit_choices"] ?? null))));
// line 70
echo "
</div>
</div>
";
}
// line 74
echo "</form>
";
}
// line 41
public function block_product_catalog_form_table($context, array $blocks = array())
{
// line 42
echo " ";
echo twig_include($this->env, $context, "@Product/CatalogPage/Lists/products_table.html.twig", array("limit" => // line 43
($context["limit"] ?? null), "orderBy" => // line 44
($context["orderBy"] ?? null), "offset" => // line 45
($context["offset"] ?? null), "sortOrder" => // line 46
($context["sortOrder"] ?? null), "filter_category" => // line 47
($context["filter_category"] ?? null), "filter_column_id_product" => // line 48
($context["filter_column_id_product"] ?? null), "filter_column_name" => // line 49
($context["filter_column_name"] ?? null), "filter_column_reference" => // line 50
($context["filter_column_reference"] ?? null), "filter_column_name_category" => // line 51
($context["filter_column_name_category"] ?? null), "filter_column_price" => // line 52
($context["filter_column_price"] ?? null), "filter_column_sav_quantity" => // line 53
($context["filter_column_sav_quantity"] ?? null), "filter_column_active" => // line 54
($context["filter_column_active"] ?? null), "has_category_filter" => // line 55
($context["has_category_filter"] ?? null), "activate_drag_and_drop" => // line 56
($context["activate_drag_and_drop"] ?? null), "products" => // line 57
($context["products"] ?? null), "last_sql" => // line 58
($context["last_sql"] ?? null)));
// line 60
echo "
";
}
public function getTemplateName()
{
return "@Product/CatalogPage/Forms/form_products.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 99 => 60, 97 => 58, 96 => 57, 95 => 56, 94 => 55, 93 => 54, 92 => 53, 91 => 52, 90 => 51, 89 => 50, 88 => 49, 87 => 48, 86 => 47, 85 => 46, 84 => 45, 83 => 44, 82 => 43, 80 => 42, 77 => 41, 72 => 74, 66 => 70, 64 => 69, 63 => 68, 59 => 66, 57 => 65, 52 => 62, 50 => 41, 41 => 35, 34 => 31, 30 => 30, 26 => 29, 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("", "@Product/CatalogPage/Forms/form_products.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Forms/form_products.html.twig");
}
}