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,91 @@
<?php
/* @PrestaShop/Admin/Common/Grid/Actions/Row/link.html.twig */
class __TwigTemplate_f28519f701cd589154f591dab96a440cdebabb792a871509a1c1a0a8163887ec 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 "
";
// line 26
$context["class"] = "btn tooltip-link js-link-row-action";
// line 27
echo "
";
// line 28
if ($this->getAttribute(($context["attributes"] ?? null), "class", array(), "any", true, true)) {
// line 29
echo " ";
$context["class"] = ((($context["class"] ?? null) . " ") . $this->getAttribute(($context["attributes"] ?? null), "class", array()));
}
// line 31
echo "
<a class=\"";
// line 32
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"
href=\"";
// line 33
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath($this->getAttribute($this->getAttribute(($context["action"] ?? null), "options", array()), "route", array()), array($this->getAttribute($this->getAttribute(($context["action"] ?? null), "options", array()), "route_param_name", array()) => $this->getAttribute(($context["record"] ?? null), $this->getAttribute($this->getAttribute(($context["action"] ?? null), "options", array()), "route_param_field", array()), array(), "array"))), "html", null, true);
echo "\"
data-confirm-message=\"";
// line 34
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["action"] ?? null), "options", array()), "confirm_message", array()), "html", null, true);
echo "\"
>
";
// line 36
if ( !twig_test_empty($this->getAttribute(($context["action"] ?? null), "icon", array()))) {
// line 37
echo " <i class=\"material-icons\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["action"] ?? null), "icon", array()), "html", null, true);
echo "</i>
";
}
// line 39
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["action"] ?? null), "name", array()), "html", null, true);
echo "
</a>
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Common/Grid/Actions/Row/link.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 39, 51 => 37, 49 => 36, 44 => 34, 40 => 33, 36 => 32, 33 => 31, 29 => 29, 27 => 28, 24 => 27, 22 => 26, 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/Common/Grid/Actions/Row/link.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Actions/Row/link.html.twig");
}
}