diff options
Diffstat (limited to 'templates/email/fiksgatami/other-updated.html')
-rw-r--r-- | templates/email/fiksgatami/other-updated.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/email/fiksgatami/other-updated.html b/templates/email/fiksgatami/other-updated.html new file mode 100644 index 000000000..f05c61b64 --- /dev/null +++ b/templates/email/fiksgatami/other-updated.html @@ -0,0 +1,27 @@ +[% + +email_summary = "Takk for å ha lagt inn en oppdatering"; +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 %]">Oppdateringen din har blitt lagret</h1> + <p style="[% p_style %]">Oppdateringen din har blitt lagret på [% site_name %].</p> + [% TRY %][% INCLUDE '_council_reference.html' %][% CATCH file %][% END %] + <p style="margin: 20px auto; text-align: center"> + <a style="[% button_style %]" href="[% cobrand.base_url_for_report(problem) %][% update.url %]">Vis oppdateringen min</a> + </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' %] |