Différents fichiers (ça marche pas sur MacBook)

This commit is contained in:
2020-05-09 12:18:56 +02:00
parent 193e608d4e
commit 8fd5f28ef7
2918 changed files with 14926 additions and 513425 deletions

View File

@@ -710,6 +710,6 @@ class __TwigTemplate_8a0b727e4e3938b67e77b70fd9c63105b9a53874efa0c5581bb6ad0a9ce
public function getSourceContext()
{
return new Twig_Source("", "@PrestaShop/Admin/Configure/AdvancedParameters/performance.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Configure/AdvancedParameters/performance.html.twig");
return new Twig_Source("", "@PrestaShop/Admin/Configure/AdvancedParameters/performance.html.twig", "/Volumes/Dev/Sources/Clients/bio-concept/labo/web/src/PrestaShopBundle/Resources/views/Admin/Configure/AdvancedParameters/performance.html.twig");
}
}

View File

@@ -1,127 +0,0 @@
<?php
/* @PrestaShop/Admin/Module/Includes/menu_top.html.twig */
class __TwigTemplate_718af31d0dd03476fe15c2b12d2bfa09b2af26460ee9ddb45e4e421e043043e2 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=\"module-top-menu\">
<div class=\"row\">
<div class=\"col-md-8\">
<div class=\"input-group\" id=\"search-input-group\">
<input type=\"text\" id=\"module-search-bar\" class=\"form-control\">
<div class=\"input-group-append\">
<button class=\"btn btn-primary float-right search-button\" id=\"module-search-button\">
<i class=\"material-icons\">search</i>
</button>
</div>
</div>
</div>
<div class=\"col-md-4 module-menu-item\">
</div>
</div>
<div class=\"row\">
";
// line 42
if (array_key_exists("topMenuData", $context)) {
// line 43
echo " <div class=\"col-md-4 module-top-menu-item\">
<h3>";
// line 44
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Category", array(), "Admin.Catalog.Feature"), "html", null, true);
echo "</h3>
";
// line 45
$this->loadTemplate("@PrestaShop/Admin/Module/Includes/dropdown_categories.html.twig", "@PrestaShop/Admin/Module/Includes/menu_top.html.twig", 45)->display(array_merge($context, array("topMenuData" => ($context["topMenuData"] ?? null))));
// line 46
echo " </div>
";
}
// line 48
echo "
";
// line 49
if ((array_key_exists("requireFilterStatus", $context) && (($context["requireFilterStatus"] ?? null) == true))) {
// line 50
echo " <div class=\"col-md-4 module-top-menu-item\">
<h3>";
// line 51
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Status", array(), "Admin.Global"), "html", null, true);
echo "</h3>
";
// line 52
$this->loadTemplate("@PrestaShop/Admin/Module/Includes/dropdown_status.html.twig", "@PrestaShop/Admin/Module/Includes/menu_top.html.twig", 52)->display($context);
// line 53
echo " </div>
";
}
// line 55
echo "
";
// line 56
if (((($context["level"] ?? null) > twig_constant("PrestaShopBundle\\Security\\Voter\\PageVoter::LEVEL_UPDATE")) && array_key_exists("bulkActions", $context))) {
// line 57
echo " <div class=\"col-md-4 module-top-menu-item disabled\">
<h3>";
// line 58
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Bulk Actions", array(), "Admin.Global"), "html", null, true);
echo "</h3>
";
// line 59
$this->loadTemplate("@PrestaShop/Admin/Module/Includes/dropdown_bulk.html.twig", "@PrestaShop/Admin/Module/Includes/menu_top.html.twig", 59)->display($context);
// line 60
echo " </div>
";
}
// line 62
echo " </div>
</div>
<hr class=\"top-menu-separator\"/>
";
// line 67
$context["js_translatable"] = twig_array_merge(array("Search - placeholder" => $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Search modules: keyword, name, author...", array(), "Admin.Modules.Help")), // line 69
($context["js_translatable"] ?? null));
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Module/Includes/menu_top.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 97 => 69, 96 => 67, 89 => 62, 85 => 60, 83 => 59, 79 => 58, 76 => 57, 74 => 56, 71 => 55, 67 => 53, 65 => 52, 61 => 51, 58 => 50, 56 => 49, 53 => 48, 49 => 46, 47 => 45, 43 => 44, 40 => 43, 38 => 42, 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/menu_top.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Module/Includes/menu_top.html.twig");
}
}