This commit is contained in:
emmymayo
2025-02-05 23:15:46 +01:00
commit 7269c99357
16995 changed files with 3389680 additions and 0 deletions
@@ -0,0 +1,101 @@
<?php
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Twig\Environment;
use MailPoetVendor\Twig\Error\LoaderError;
use MailPoetVendor\Twig\Error\RuntimeError;
use MailPoetVendor\Twig\Extension\CoreExtension;
use MailPoetVendor\Twig\Extension\SandboxExtension;
use MailPoetVendor\Twig\Markup;
use MailPoetVendor\Twig\Sandbox\SecurityError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use MailPoetVendor\Twig\Source;
use MailPoetVendor\Twig\Template;
/* form/templatesLegacy/settings/required.hbs */
class __TwigTemplate_7dc405d107b9ef946cdf9bdce5875c7d5e40f17176bd24a0ccb45f3a720a1c25 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<p class=\"clearfix\">
<label>";
// line 2
yield $this->extensions['MailPoet\Twig\I18n']->translate("Is this field mandatory?");
yield "</label>
<span class=\"group\">
<label>
<input type=\"radio\"
class=\"mailpoet_radio\"
name=\"params[required]\"
value=\"1\"
{{#if params.required}}checked=\"checked\"{{/if}} />";
// line 9
yield $this->extensions['MailPoet\Twig\I18n']->translate("Yes");
yield "
</label>
<label>
<input
class=\"mailpoet_radio\"
type=\"radio\"
name=\"params[required]\"
value=\"\"
{{#unless params.required}}checked=\"checked\"{{/unless}} />";
// line 17
yield $this->extensions['MailPoet\Twig\I18n']->translate("No");
yield "
</label>
</span>
</p>";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "form/templatesLegacy/settings/required.hbs";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 62 => 17, 51 => 9, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "form/templatesLegacy/settings/required.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/settings/required.hbs");
}
}
@@ -0,0 +1 @@
<?php