diff options
author | Marius Halden <marius.h@lden.org> | 2019-10-31 02:33:36 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2019-10-31 02:51:17 +0100 |
commit | 6a6e6403eae845876baca50730d50a27d63baf5a (patch) | |
tree | 30c2be367fdfddb2d08f82e6b664d6f35cfe9e93 /templates/email/fiksgatami/update-confirm.html | |
parent | 377bd96aab7cad3434185c30eb908c9da447fe40 (diff) |
[FiksGataMi] Update email templatesfiksgatami-email-templates
Diffstat (limited to 'templates/email/fiksgatami/update-confirm.html')
-rw-r--r-- | templates/email/fiksgatami/update-confirm.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/email/fiksgatami/update-confirm.html b/templates/email/fiksgatami/update-confirm.html new file mode 100644 index 000000000..f9da48a0b --- /dev/null +++ b/templates/email/fiksgatami/update-confirm.html @@ -0,0 +1,30 @@ +[% + +email_summary = "Bekreft oppdateringen din 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 %]">Vennligst bekreft oppdateringen din</h1> + <p style="[% p_style %]">Please click on the link below to confirm your update on [% site_name %].</p> + <p style="[% p_style %]">Vennligst klikk på lenken under for å bekreft oppdateringen din på [% site_name %].</p> + <p style="margin: 20px auto; text-align: center"> + <a style="[% button_style %]" href="[% token_url %]">Ja, bekreft oppdateringen</a> + </p> + <p style="[% p_style %]">[% INCLUDE 'update-confirm-donotsend.txt' %]</p> + <p style="[% p_style %]">Hvis du ikke ønsker å bekrefte denne oppdateringen, vennligst ikke gjør noe.</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' %] |