diff options
Diffstat (limited to 'templates/email/fixamingata/alert-update.html')
-rw-r--r-- | templates/email/fixamingata/alert-update.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/email/fixamingata/alert-update.html b/templates/email/fixamingata/alert-update.html new file mode 100644 index 000000000..e24bb4e31 --- /dev/null +++ b/templates/email/fixamingata/alert-update.html @@ -0,0 +1,25 @@ +[% + +title = title | html; +email_summary = "Ny uppdatering - " _ 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 %]">Ny uppdatering i <a href="[% problem_url %]">[% title %]</a></h1> + [%~ INCLUDE '_email_comment_list.html' %] + <p style="[% p_style %]"><a href="[% unsubscribe_url %]">Avsluta min prenumeration kring denna rapport</a></p> + [% end_padded_box %] +</th> +[% WRAPPER '_email_sidebar.html' object = report %] + <h2 style="[% h2_style %]">[% title | html %]</h2> + <p style="[% secondary_p_style %]">[% detail | html %]</p> +[% END %] + +[% INCLUDE '_email_bottom.html' %] |