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,85 @@
<?php
/* @Product/ProductPage/Forms/form_related_products.html.twig */
class __TwigTemplate_f584d2212d9c70bda277aa522caf8e90b7ca036400930f593f3f84aea264cb3d 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=\"related-content\" class=\"row ";
echo (((twig_length_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["form"] ?? null), "vars", array()), "value", array()), "data", array())) == 0)) ? ("hide") : (""));
echo "\">
<div class=\"col-md-12\">
<h2>";
// line 27
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Related product", array(), "Admin.Catalog.Feature"), "html", null, true);
echo "</h2>
</div>
<div class=\"col-xl-8 col-lg-11\">
<fieldset class=\"form-group\">
";
// line 31
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget');
echo "
</fieldset>
</div>
<div class=\"col-md-1\">
<fieldset class=\"form-group\">
<a class=\"btn tooltip-link delete pl-0 pr-0\" id=\"reset_related_product\"><i class=\"material-icons\">delete</i></a>
</fieldset>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-4\">
<button type=\"button\" class=\"btn btn-outline-primary sensitive open ";
// line 42
echo (((twig_length_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["form"] ?? null), "vars", array()), "value", array()), "data", array())) > 0)) ? ("hide") : (""));
echo "\" id=\"add-related-product-button\">
<i class=\"material-icons\">add_circle</i> ";
// line 43
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Add a related product", array(), "Admin.Catalog.Feature"), "html", null, true);
echo "
</button>
</div>
</div>
";
}
public function getTemplateName()
{
return "@Product/ProductPage/Forms/form_related_products.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 43, 46 => 42, 32 => 31, 25 => 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("", "@Product/ProductPage/Forms/form_related_products.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/Forms/form_related_products.html.twig");
}
}