blob: 7b52deebc573c437f0e7984507606a98b5a604ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[% INCLUDE global/header
title = "Changes Submitted"
style = "th { text-align: left; }"
%]
<p>
Your changes have been submitted for
<a href="attachment.cgi?id=[% attachid %]&action=edit">attachment #[% attachid %]</a>
of <a href="show_bug.cgi?id=[% bugid %]">bug #[% bugid %]</a>.
</p>
[% mailresults %]
<br>
[% INCLUDE global/footer %]
|