aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/fiksgatami/questionnaire.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email/fiksgatami/questionnaire.html')
-rw-r--r--templates/email/fiksgatami/questionnaire.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/templates/email/fiksgatami/questionnaire.html b/templates/email/fiksgatami/questionnaire.html
new file mode 100644
index 000000000..560830e7b
--- /dev/null
+++ b/templates/email/fiksgatami/questionnaire.html
@@ -0,0 +1,33 @@
+[%
+
+title = report.title | html;
+email_summary = "Har du et minutt til overs? La oss vite hva som har skjedd med rapported din til " _ site_name _ " om %{ title }.";
+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 %]">Has your problem been&nbsp;fixed?</h1>
+ <p style="[% p_style %]">For [% created %] siden, rapporterte du et problem via [% site_name %].</p>
+ <p style="[% p_style %]">Hjelp oss å holde [% site_name %] oppdatert ved å la oss vite om problemet har blitt løst:</p>
+ <p style="margin: 20px auto; text-align: center">
+ <a style="[% fixed_button_style %]" href="[% url %]?been_fixed=Yes">Løst</a>
+ <a style="[% notfixed_button_style %]" href="[% url %]?been_fixed=No">Ikke løst</a>
+ </p>
+ <p style="margin: 20px auto; text-align: center">
+ <a style="[% dontknow_button_style %]" href="[% url %]?been_fixed=Unknown">Vet ikke</a>
+ </p>
+ <p style="[% p_style %]">Takk! Tilbakemeldingen din er verdifull.</p>
+ [% end_padded_box %]
+</th>
+[% WRAPPER '_email_sidebar.html' object = report, url = url %]
+ <h2 style="[% h2_style %]">[% title %]</h2>
+ <p style="[% secondary_p_style %]">[% report.detail | html %]</p>
+[% END %]
+
+[% INCLUDE '_email_bottom.html' %]