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,168 @@
<?php
/* @Product/CatalogPage/Blocks/tools.html.twig */
class __TwigTemplate_6ac1860b3d633493c97260e930acd33ad12b51745ebfa09388f27c2924459f94 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())
{
$__internal_e2974471bad2617419c24dea989291a6f2ca025c53478bad60f6573415c8ea36 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_e2974471bad2617419c24dea989291a6f2ca025c53478bad60f6573415c8ea36->enter($__internal_e2974471bad2617419c24dea989291a6f2ca025c53478bad60f6573415c8ea36_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Product/CatalogPage/Blocks/tools.html.twig"));
$__internal_bd7efb688070a24ac15bab93d3dfe9196b761d44d178ef02b077d93a7ec48c02 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_bd7efb688070a24ac15bab93d3dfe9196b761d44d178ef02b077d93a7ec48c02->enter($__internal_bd7efb688070a24ac15bab93d3dfe9196b761d44d178ef02b077d93a7ec48c02_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Product/CatalogPage/Blocks/tools.html.twig"));
// 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"] ?? $this->getContext($context, "import_link")), "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>
";
$__internal_e2974471bad2617419c24dea989291a6f2ca025c53478bad60f6573415c8ea36->leave($__internal_e2974471bad2617419c24dea989291a6f2ca025c53478bad60f6573415c8ea36_prof);
$__internal_bd7efb688070a24ac15bab93d3dfe9196b761d44d178ef02b077d93a7ec48c02->leave($__internal_bd7efb688070a24ac15bab93d3dfe9196b761d44d178ef02b077d93a7ec48c02_prof);
}
public function getTemplateName()
{
return "@Product/CatalogPage/Blocks/tools.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 74 => 48, 68 => 45, 62 => 42, 58 => 41, 53 => 39, 49 => 38, 45 => 37, 39 => 34, 34 => 32, 25 => 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
*#}
<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=\"{{ \"Settings\"|trans({}, 'Admin.Global') }}\"
>
<span class=\"sr-only\">{{ \"Settings\"|trans({}, 'Admin.Global') }}</span>
</button>
<div class=\"dropdown-menu dropdown-menu-right\" aria-labelledby=\"catalog-tools-button\">
{{ renderhook('displayDashboardToolbarIcons', {}) }}
<a id=\"desc-product-export\" class=\"dropdown-item\" href=\"{{ path('admin_product_export_action') }}\">
{{ \"Export\"|trans({}, 'Admin.Actions') }}
</a>
<a id=\"desc-product-import\" class=\"dropdown-item\" href=\"{{ import_link }}\">
{{ \"Import\"|trans({}, 'Admin.Actions') }}
</a>
<a id=\"desc-product-show-sql\" class=\"dropdown-item\" href=\"javascript:void(0);\" onclick=\"showLastSqlQuery();\">
{{ \"Show SQL query\"|trans({}, 'Admin.Actions') }}
</a>
<a id=\"desc-product-sql-manager\" class=\"dropdown-item\" href=\"javascript:void(0);\" onclick=\"sendLastSqlQuery(createSqlQueryName());\">
{{ \"Export to SQL Manager\"|trans({}, 'Admin.Actions') }}
</a>
</div>
</div>
</div>
", "@Product/CatalogPage/Blocks/tools.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Blocks/tools.html.twig");
}
}