Initial commit

This commit is contained in:
2020-10-07 10:37:15 +02:00
commit ce5f440392
28157 changed files with 4429172 additions and 0 deletions

View File

@@ -0,0 +1,102 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @Product/ProductPage/Forms/form_feature.html.twig */
class __TwigTemplate_00758ad7279f6e7371ebe52fba757d28d37db1d2e2eab6092bf7dcb5a4b663de extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 25
echo "<div class=\"row product-feature\">
<div class=\"col-lg-12 col-xl-4\">
<fieldset class=\"form-group mb-0\">
<label class=\"form-control-label\">";
// line 28
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["form"] ?? null), "feature", []), "vars", []), "label", []), "html", null, true);
echo "</label>
";
// line 29
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->getAttribute(($context["form"] ?? null), "feature", []), 'widget');
echo "
</fieldset>
</div>
<div class=\"col-lg-12 col-xl-4\">
<fieldset class=\"form-group mb-0\">
<label class=\"form-control-label\">";
// line 34
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["form"] ?? null), "value", []), "vars", []), "label", []), "html", null, true);
echo "</label>
";
// line 35
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->getAttribute(($context["form"] ?? null), "value", []), 'widget');
echo "
</fieldset>
</div>
<div class=\"col-lg-11 col-xl-3\">
<fieldset class=\"form-group mb-0\">
<label class=\"form-control-label\">";
// line 40
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["form"] ?? null), "custom_value", []), "vars", []), "label", []), "html", null, true);
echo "</label>
";
// line 41
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->getAttribute(($context["form"] ?? null), "custom_value", []), 'widget');
echo "
</fieldset>
</div>
<div class=\"col-lg-1 col-xl-1\">
<a class=\"btn tooltip-link delete pl-0 pr-0\"><i class=\"material-icons\">delete</i></a>
</div>
</div>
<hr class=\"mb-2 d-xl-none\" />
";
}
public function getTemplateName()
{
return "@Product/ProductPage/Forms/form_feature.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 41, 59 => 40, 51 => 35, 47 => 34, 39 => 29, 35 => 28, 30 => 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 Source("", "@Product/ProductPage/Forms/form_feature.html.twig", "/Volumes/Dev/Sources/Clients/taome/Nouveau_site/www/src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/Forms/form_feature.html.twig");
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff