mirror of https://github.com/OCA/social.git
t-call fixed
parent
25b61bd36f
commit
5ba1cc1174
|
@ -8,10 +8,10 @@
|
|||
<template id="snippet_3_cols"
|
||||
inherit_id="560px_section">
|
||||
<xpath expr=".">
|
||||
<t t-call="website_mail_snippet_responsive.snippet">
|
||||
<t t-set="image" t-value="'snippet_3_cols'"/>
|
||||
<t t-set="title">Image + Text + Button (3 columns)</t>
|
||||
<tbody>
|
||||
<t t-call="website_mail_snippet_fixed.snippet">
|
||||
<t t-set="image" t-value="'snippet_3_cols'"/>
|
||||
<t t-set="title">Image + Text + Button (3 columns)</t>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left" colspan="3" style="font-size: 11pt; font-family: Arial, sans-serif; font-weight: bold; color: #000; padding: 20px 10px 0 20px;">Title</td>
|
||||
</tr>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<template id="snippet_img_text"
|
||||
inherit_id="560px_section">
|
||||
<xpath expr=".">
|
||||
<t t-call="website_mail_snippet_responsive.snippet">
|
||||
<t t-call="website_mail_snippet_fixed.snippet">
|
||||
<t t-set="image" t-value="'snippet_img_text'"/>
|
||||
<t t-set="title">Left Image, Right Text + Button</t>
|
||||
<tbody>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<template id="snippet_text_img"
|
||||
inherit_id="560px_section">
|
||||
<xpath expr=".">
|
||||
<t t-call="website_mail_snippet_responsive.snippet">
|
||||
<t t-call="website_mail_snippet_fixed.snippet">
|
||||
<t t-set="image" t-value="'snippet_text_img'"/>
|
||||
<t t-set="title">Left Text and Button, Right Image</t>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue