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/problem-moderated.html | |
parent | 377bd96aab7cad3434185c30eb908c9da447fe40 (diff) |
[FiksGataMi] Update email templatesfiksgatami-email-templates
Diffstat (limited to 'templates/email/fiksgatami/problem-moderated.html')
-rw-r--r-- | templates/email/fiksgatami/problem-moderated.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/email/fiksgatami/problem-moderated.html b/templates/email/fiksgatami/problem-moderated.html new file mode 100644 index 000000000..293c08595 --- /dev/null +++ b/templates/email/fiksgatami/problem-moderated.html @@ -0,0 +1,31 @@ +[% + +email_summary = "Rapporten din på " _ site_name _ " har blitt moderert."; +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 %]">Rapporten din har blitt moderert</h1> +[% IF types == 'hide' -%] + <p style="[% p_style %]">Rapporten din har blitt skjult fra siden.</p> +[% ELSE %] + <p style="[% p_style %]">Følgende data har blitt endret: <strong>[% types %]</strong></p> + <p style="margin: 20px auto; text-align: center"> + <a style="[% button_style %]" href="[% report_uri %]">Vis rapporten</a> + </p> +[% END -%] + <p style="[% p_style %]">Hvis du mener at denne rapporten ikke skulle vært moderert kan du kontakte oss via <a href="[% report_complain_uri %]">[% report_complain_uri %]</a></p> + [% end_padded_box %] +</th> +[% WRAPPER '_email_sidebar.html' object = problem %] + <h2 style="[% h2_style %]">[% moderated_data.title | html %]</h2> + <p style="[% secondary_p_style %]">[% moderated_data.detail | html %]</p> +[% END %] + +[% INCLUDE '_email_bottom.html' %] |