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,100 @@
<?php
/* @PrestaShop/Admin/Module/Includes/action_button.html.twig */
class __TwigTemplate_3bc5bb93e0de72a31370f8424df64c376f30e3cf11e686a1794689282ad6ba56 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["displayAction"] = $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans(twig_replace_filter(twig_capitalize_string_filter($this->env, ($context["action"] ?? null)), array("_" => " ")), array(), "Admin.Actions");
// line 27
echo "
";
// line 28
if ((($context["action"] ?? null) == "configure")) {
// line 29
echo "
<a class=\"";
// line 30
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\" href=\"";
echo twig_escape_filter($this->env, ($context["url"] ?? null), "html", null, true);
echo "\">
";
// line 31
echo twig_escape_filter($this->env, ($context["displayAction"] ?? null), "html", null, true);
echo "
</a>
";
} else {
// line 35
echo "
<form class='";
// line 36
echo twig_escape_filter($this->env, ((array_key_exists("classes_form", $context)) ? (_twig_default_filter(($context["classes_form"] ?? null))) : ("")), "html", null, true);
echo "' method=\"post\" action=\"";
echo twig_escape_filter($this->env, ($context["url"] ?? null), "html", null, true);
echo "\">
<button type=\"submit\" class=\"";
// line 37
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo " module_action_menu_";
echo twig_escape_filter($this->env, ($context["action"] ?? null), "html", null, true);
echo "\" data-confirm_modal=\"module-modal-confirm-";
echo twig_escape_filter($this->env, ($context["name"] ?? null), "html", null, true);
echo "-";
echo twig_escape_filter($this->env, ($context["action"] ?? null), "html", null, true);
echo "\">
";
// line 38
echo twig_escape_filter($this->env, ($context["displayAction"] ?? null), "html", null, true);
echo "
</button>
</form>
";
}
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Module/Includes/action_button.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 38, 54 => 37, 48 => 36, 45 => 35, 38 => 31, 32 => 30, 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/Module/Includes/action_button.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Module/Includes/action_button.html.twig");
}
}