summaryrefslogtreecommitdiff
path: root/addons/mass_mailing/views/themes_templates.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/mass_mailing/views/themes_templates.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/mass_mailing/views/themes_templates.xml')
-rw-r--r--addons/mass_mailing/views/themes_templates.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/addons/mass_mailing/views/themes_templates.xml b/addons/mass_mailing/views/themes_templates.xml
new file mode 100644
index 00000000..6d819395
--- /dev/null
+++ b/addons/mass_mailing/views/themes_templates.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <!-- Theme "Basic" template -->
+ <template id="theme_basic_template">
+ <div class="o_mail_no_options">
+ <p><br/></p>
+ <p><br/></p>
+ <p>
+ <br/>
+ <a href="/unsubscribe_from_list">Unsubscribe</a>
+ </p>
+ </div>
+ </template>
+
+ <!-- Default Theme -->
+ <template id="theme_default_template">
+ <div class="o_mail_block_header_logo mb16" data-snippet="s_mail_block_header_logo">
+ <div class="o_mail_snippet_general">
+ <table align="center" cellspacing="0" cellpadding="0" border="0" class="o_mail_table_styles o_mail_h_padding">
+ <tr>
+ <td width="20%"/>
+ <td valign="center" width="60%" class="o_mail_logo_container text-center o_mail_v_padding">
+ <a t-att-href="(company_id.website) or '#'" style="text-decoration:none;">
+ <img border="0" src="/mass_mailing/static/src/img/theme_default/s_default_image_logo.png" style="height:auto;max-width:400px;"/>
+ </a>
+ </td>
+ <td width="20%" style="text-align:right"/>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <t t-snippet-call="mass_mailing.s_mail_block_title_text" />
+ <t t-snippet-call="mass_mailing.s_mail_block_footer_social_left"/>
+ </template>
+</odoo>