mail shablon test layout

This commit is contained in:
merdan 2022-02-05 14:25:10 +05:00
parent 858b4fdca0
commit c79004e6db
4 changed files with 11 additions and 6 deletions

View File

@ -218,7 +218,7 @@ class Plugin extends PluginBase
{
return [
'birzha_default' => 'tps.birzha::mail.layout-default',
// 'system' => 'tps.birzha::mail.layout-system',
'birzha_system' => 'tps.birzha::mail.layout-system',
];
}

View File

@ -1,8 +1,8 @@
layout="birzha_default"
layout="birzha_system"
==
<p>
Hello. You successfully registered on the website of the State Stock
Exchange of Turkmenistan. In order to verify your email address and completely activate
your account, go through <a href="{{ verification_link }}">the link.</a>
</p>
</p>

View File

@ -1,6 +1,7 @@
name = "Default layout birzha"
==
{{ content|raw }}
==
<!DOCTYPE html>
<html lang="en">
<head>
@ -19,4 +20,4 @@ name = "Default layout birzha"
<main>{{ content|raw }}</main>
<footer>footer - default layout - birzha</footer>
</body>
</html>
</html>

View File

@ -1,3 +1,7 @@
name = "Sys layout birzha"
==
{{ content|raw }}
==
<!DOCTYPE html>
<html lang="en">
<head>
@ -16,4 +20,4 @@
<main>{{ content|raw }}</main>
<footer>footer - system layout - birzha</footer>
</body>
</html>
</html>