diff options
Diffstat (limited to 'templates/email/default/update-confirm.html')
-rw-r--r-- | templates/email/default/update-confirm.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/templates/email/default/update-confirm.html b/templates/email/default/update-confirm.html index 40841bd82..c2a39c0e5 100644 --- a/templates/email/default/update-confirm.html +++ b/templates/email/default/update-confirm.html @@ -20,14 +20,10 @@ INCLUDE '_email_top.html'; <p style="[% p_style %]">If you no longer wish to confirm this update, please take no further action.</p> [% end_padded_box %] </th> -<th style="[% td_style %][% secondary_column_style %]" id="secondary_column"> - <img style="[% map_image_style %]" src="[% inline_image(problem.static_map, 'map.jpeg') %]" width="310" height="200" alt=""> - [% start_padded_box %] - [% IF update.photo %] - <img style="[% preview_photo_style %]" src="[% inline_image(update.get_first_image_fp) %]" alt="" align="right"> - [% END %] +[% WRAPPER '_email_sidebar.html' + object = update + report = problem %] <p style="[% secondary_p_style %]">[% update.text | html %]</p> - [% end_padded_box %] -</th> +[% END %] [% INCLUDE '_email_bottom.html' %] |