init
This commit is contained in:
+158
@@ -0,0 +1,158 @@
|
||||
<?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/components/styles.hbs */
|
||||
class __TwigTemplate_042329f1c0fb8078aa6e91c00feb5fb0ef8b51da862bdffbd8a41930e7d2b316 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;
|
||||
yield "<style type=\"text/css\">
|
||||
.mailpoet_text_block .mailpoet_content,
|
||||
.mailpoet_text_block .mailpoet_content p {
|
||||
color: {{ text.fontColor }};
|
||||
font-size: {{ text.fontSize }};
|
||||
font-family: {{fontWithFallback text.fontFamily }};
|
||||
line-height: {{ text.lineHeight }};
|
||||
}
|
||||
.mailpoet_text_block .mailpoet_content h1 {
|
||||
color: {{ h1.fontColor }};
|
||||
font-size: {{ h1.fontSize }};
|
||||
font-family: {{fontWithFallback h1.fontFamily }};
|
||||
line-height: {{ h1.lineHeight }};
|
||||
}
|
||||
.mailpoet_text_block .mailpoet_content h2 {
|
||||
color: {{ h2.fontColor }};
|
||||
font-size: {{ h2.fontSize }};
|
||||
font-family: {{fontWithFallback h2.fontFamily }};
|
||||
line-height: {{ h2.lineHeight }};
|
||||
}
|
||||
.mailpoet_text_block .mailpoet_content h3 {
|
||||
color: {{ h3.fontColor }};
|
||||
font-size: {{ h3.fontSize }};
|
||||
font-family: {{fontWithFallback h3.fontFamily }};
|
||||
line-height: {{ h3.lineHeight }};
|
||||
}
|
||||
.mailpoet_content a {
|
||||
color: {{ link.fontColor }};
|
||||
text-decoration: {{ link.textDecoration }};
|
||||
}
|
||||
.mailpoet_container_block, .mailpoet_container {
|
||||
background-color: {{ wrapper.backgroundColor }};
|
||||
}
|
||||
#mailpoet_editor_main_wrapper {
|
||||
background-color: {{ body.backgroundColor }};
|
||||
}
|
||||
{{#if isWoocommerceTransactional}}
|
||||
.mailpoet_text_block .mailpoet_content,
|
||||
.mailpoet_text_block .mailpoet_content p {
|
||||
font-family: {{fontWithFallback text.fontFamily }};
|
||||
}
|
||||
.mailpoet_text_block .mailpoet_content h1,
|
||||
.mailpoet_text_block .mailpoet_content h2,
|
||||
.mailpoet_text_block .mailpoet_content h3 {
|
||||
color: {{#if woocommerce.contentHeadingFontColor }}{{ woocommerce.contentHeadingFontColor }}{{else}}{{ woocommerce.brandingColor }}{{/if}};
|
||||
}
|
||||
.mailpoet_content h1 {
|
||||
font-size: {{ h1.fontSize }} !important;
|
||||
font-family: {{ woocommerce.headingFontFamily }} !important;
|
||||
}
|
||||
.mailpoet_content h2 {
|
||||
font-size: {{ h2.fontSize }} !important;
|
||||
font-family: {{ woocommerce.headingFontFamily }} !important;
|
||||
}
|
||||
.mailpoet_content h3 {
|
||||
font-size: {{ h3.fontSize }} !important;
|
||||
font-family: {{ woocommerce.headingFontFamily }} !important;
|
||||
}
|
||||
.mailpoet_woocommerce_heading {
|
||||
padding: 30px 20px;
|
||||
background: {{ woocommerce.brandingColor }};
|
||||
}
|
||||
.mailpoet_woocommerce_heading h1 {
|
||||
line-height: 1.2em;
|
||||
font-family: {{fontWithFallback text.fontFamily }};
|
||||
color: {{ woocommerce.headingFontColor }};
|
||||
margin: 0;
|
||||
}
|
||||
.mailpoet_woocommerce_content {
|
||||
color: {{ text.fontColor }};
|
||||
}
|
||||
.mailpoet_woocommerce_content * {
|
||||
font-family: {{fontWithFallback text.fontFamily }} !important;
|
||||
font-size: {{ text.fontSize }};
|
||||
}
|
||||
.mailpoet_woocommerce_content a {
|
||||
color: {{ link.fontColor }};
|
||||
}
|
||||
.mailpoet_woocommerce_content h1,
|
||||
.mailpoet_woocommerce_content h2,
|
||||
.mailpoet_woocommerce_content h3 {
|
||||
color: {{#if woocommerce.contentHeadingFontColor }}{{ woocommerce.contentHeadingFontColor }}{{else}}{{ woocommerce.brandingColor }}{{/if}};
|
||||
}
|
||||
{{/if}}
|
||||
.mailpoet_editor_confirmation_email_section {
|
||||
margin: 10px;
|
||||
}
|
||||
.mailpoet_editor_messages_confirmation_email {
|
||||
font-size: 13px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 60%;
|
||||
}
|
||||
</style>
|
||||
";
|
||||
return; yield '';
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "newsletter/templates/components/styles.hbs";
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ();
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "newsletter/templates/components/styles.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/styles.hbs");
|
||||
}
|
||||
}
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
<?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/products/settingsSinglePost.hbs */
|
||||
class __TwigTemplate_ca78fa0f2676e270e42ef1d4c3eb02b54f1eca3634385d076e24f0bef5ab3947 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;
|
||||
yield "<div class=\"mailpoet_settings_products_single_product\">
|
||||
<label>
|
||||
<input id=\"mailpoet_select_product_{{ index }}\" class=\"mailpoet_select_product_checkbox\" type=\"checkbox\" class=\"checkbox\" value=\"\" name=\"post_selection\">
|
||||
{{#ellipsis model.post_title 40 '...'}}{{/ellipsis}}
|
||||
</label>
|
||||
</div>
|
||||
";
|
||||
return; yield '';
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "newsletter/templates/blocks/products/settingsSinglePost.hbs";
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ();
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "newsletter/templates/blocks/products/settingsSinglePost.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/products/settingsSinglePost.hbs");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php
|
||||
Reference in New Issue
Block a user