diff options
Diffstat (limited to 'templates/email/fixamingata/update-confirm.html')
-rw-r--r-- | templates/email/fixamingata/update-confirm.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/email/fixamingata/update-confirm.html b/templates/email/fixamingata/update-confirm.html new file mode 100644 index 000000000..3953b16fd --- /dev/null +++ b/templates/email/fixamingata/update-confirm.html @@ -0,0 +1,29 @@ +[% + +email_summary = "Bekräfta din uppdatering på " _ site_name; +email_columns = 2; + +PROCESS '_email_settings.html'; + +INCLUDE '_email_top.html'; + +%] + +<th style="[% td_style %][% primary_column_style %]" id="primary_column"> + [% start_padded_box %] + <h1 style="[% h1_style %]">Bekräfta din uppdatering</h1> + <p style="[% p_style %]">Vänligen klicka på knappen nedan för att bekräfta den uppdatering du just lämnade:</p> + <p style="margin: 20px auto; text-align: center"> + <a style="[% button_style %]" href="[% token_url %]">Bekräfta min uppdatering</a> + </p> + <p style="[% p_style %]">[% INCLUDE 'update-confirm-donotsend.txt' %]</p> + <p style="[% p_style %]">Om du inte vill bekräfta din uppdatering behöver du inte göra något.</p> + [% end_padded_box %] +</th> +[% WRAPPER '_email_sidebar.html' + object = update + report = problem %] + <p style="[% secondary_p_style %]">[% update.text | html %]</p> +[% END %] + +[% INCLUDE '_email_bottom.html' %] |