OwlCyberSecurity - MANAGER
Edit File: 2d78ef2c7b717aa16ff189d9195d7769dcee50b4327f644222c681ae90cb9f69.php
<?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; /* newsletter/templates/blocks/header/settings.hbs */ class __TwigTemplate_6600fff5a3f9873439474a07dab72aaab7a4466f14e9ab17e0fb500adeecf368 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 "<h3>"; yield $this->extensions['MailPoet\Twig\I18n']->translate("Header"); yield "</h3> <div class=\"mailpoet_form_field mailpoet_form_narrow_select2\"> <div class=\"mailpoet_form_field_title\">"; // line 3 yield $this->extensions['MailPoet\Twig\I18n']->translate("Text"); yield "</div> <div class=\"mailpoet_form_field_input_option mailpoet_form_field_input_nowrap\"> <input type=\"text\" name=\"font-color\" id=\"mailpoet_field_header_text_color\" class=\"mailpoet_field_header_text_color mailpoet_color\" value=\"{{ model.styles.text.fontColor }}\" /> <select id=\"mailpoet_field_header_text_font_family\" name=\"font-family\" class=\"mailpoet_select mailpoet_select_medium mailpoet_field_header_text_font_family mailpoet_font_family\"> <optgroup label=\""; // line 8 yield $this->extensions['MailPoet\Twig\I18n']->translate("Standard fonts"); yield "\"> {{#each availableStyles.fonts.standard}} <option value=\"{{ this }}\" {{#ifCond this '==' ../model.styles.text.fontFamily}}SELECTED{{/ifCond}}>{{ this }}</option> {{/each}} </optgroup> <optgroup label=\""; // line 13 yield $this->extensions['MailPoet\Twig\I18n']->translate("Custom fonts"); yield "\"> {{#each availableStyles.fonts.custom}} <option value=\"{{ this }}\" {{#ifCond this '==' ../model.styles.text.fontFamily}}SELECTED{{/ifCond}}>{{ this }}</option> {{/each}} </optgroup> </select> <select id=\"mailpoet_field_header_text_size\" name=\"font-size\" class=\"mailpoet_select mailpoet_select_small mailpoet_field_header_text_size mailpoet_font_size\"> {{#each availableStyles.textSizes}} <option value=\"{{ this }}\" {{#ifCond this '==' ../model.styles.text.fontSize}}SELECTED{{/ifCond}}>{{ this }}</option> {{/each}} </select> </div> </div> <div class=\"mailpoet_form_field\"> <div class=\"mailpoet_form_field_input_option\"> <input type=\"text\" class=\"mailpoet_color\" size=\"6\" maxlength=\"6\" name=\"link-color\" value=\"{{ model.styles.link.fontColor }}\" id=\"mailpoet_field_header_link_color\" /> </div> <div class=\"mailpoet_form_field_title mailpoet_form_field_title_inline\">"; // line 30 yield $this->extensions['MailPoet\Twig\I18n']->translate("Links"); yield "</div> <label> <div class=\"mailpoet_form_field_checkbox_option mailpoet_option_offset_left_small\"> <input type=\"checkbox\" name=\"underline\" value=\"underline\" id=\"mailpoet_field_header_link_underline\" {{#ifCond model.styles.link.textDecoration '==' 'underline'}}CHECKED{{/ifCond}}/> "; // line 33 yield $this->extensions['MailPoet\Twig\I18n']->translate("Underline"); yield " </div> </label> </div> <div class=\"mailpoet_form_field\"> <div class=\"mailpoet_form_field_input_option\"> <input type=\"text\" name=\"background-color\" class=\"mailpoet_field_header_background_color mailpoet_color\" value=\"{{ model.styles.block.backgroundColor }}\" /> </div> <div class=\"mailpoet_form_field_title mailpoet_form_field_title_inline\">"; // line 42 yield $this->extensions['MailPoet\Twig\I18n']->translate("Background"); yield "</div> </div> <div class=\"mailpoet_form_field\"> <div class=\"mailpoet_form_field_radio_option\"> <label> <input type=\"radio\" name=\"alignment\" class=\"mailpoet_field_header_alignment\" value=\"left\" {{#ifCond model.styles.text.textAlign '===' 'left'}}CHECKED{{/ifCond}}/> "; // line 49 yield $this->extensions['MailPoet\Twig\I18n']->translate("Left"); yield " </label> </div> <div class=\"mailpoet_form_field_radio_option\"> <label> <input type=\"radio\" name=\"alignment\" class=\"mailpoet_field_header_alignment\" value=\"center\" {{#ifCond model.styles.text.textAlign '===' 'center'}}CHECKED{{/ifCond}}/> "; // line 55 yield $this->extensions['MailPoet\Twig\I18n']->translate("Center"); yield " </label> </div> <div class=\"mailpoet_form_field_radio_option\"> <label> <input type=\"radio\" name=\"alignment\" class=\"mailpoet_field_header_alignment\" value=\"right\" {{#ifCond model.styles.text.textAlign '===' 'right'}}CHECKED{{/ifCond}}/> "; // line 61 yield $this->extensions['MailPoet\Twig\I18n']->translate("Right"); yield " </label> </div> </div> <div class=\"mailpoet_form_field\"> <input type=\"button\" class=\"button button-primary mailpoet_done_editing\" data-automation-id=\"header_done_button\" value=\""; // line 67 yield $this->env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape($this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); yield "\" /> </div> <p class=\"mailpoet_settings_notice\">"; // line 70 yield MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translate("If an email client [link]does not support a custom web font[/link], a similar standard font will be used instead."), "https://kb.mailpoet.com/article/176-which-fonts-can-be-used-in-mailpoet#custom-web-fonts", ["target" => "_blank"]); yield "</p> <script type=\"text/javascript\"> fontsSelect('#mailpoet_field_header_text_font_family'); </script> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/header/settings.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 141 => 70, 135 => 67, 126 => 61, 117 => 55, 108 => 49, 98 => 42, 86 => 33, 80 => 30, 60 => 13, 52 => 8, 44 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/header/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/header/settings.hbs"); } }