summaryrefslogtreecommitdiffstats
path: root/template/default/attachment/updated.atml
diff options
context:
space:
mode:
authorgerv%gerv.net <>2001-11-14 02:24:18 +0100
committergerv%gerv.net <>2001-11-14 02:24:18 +0100
commit8a6243f7df69601ab054a9dd59bee0ce5385d40e (patch)
tree343289465912f121ae5794aec1e81742c7c93c2e /template/default/attachment/updated.atml
parentc271e309aa43704ee75d0257d46788a0e85cdd03 (diff)
downloadbugzilla-8a6243f7df69601ab054a9dd59bee0ce5385d40e.tar.gz
bugzilla-8a6243f7df69601ab054a9dd59bee0ce5385d40e.tar.xz
Fix license headers and make attachment changed page look like bug changed page. Bug 99518 and 98110. r-myk, no second review.
Diffstat (limited to 'template/default/attachment/updated.atml')
-rwxr-xr-xtemplate/default/attachment/updated.atml43
1 files changed, 36 insertions, 7 deletions
diff --git a/template/default/attachment/updated.atml b/template/default/attachment/updated.atml
index 7b52deebc..9e511e133 100755
--- a/template/default/attachment/updated.atml
+++ b/template/default/attachment/updated.atml
@@ -1,16 +1,45 @@
+[%# The contents of this file are subject to the Mozilla Public
+ # License Version 1.1 (the "License"); you may not use this file
+ # except in compliance with the License. You may obtain a copy of
+ # the License at http://www.mozilla.org/MPL/
+ #
+ # Software distributed under the License is distributed on an "AS
+ # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ # implied. See the License for the specific language governing
+ # rights and limitations under the License.
+ #
+ # The Original Code is the Bugzilla Bug Tracking System.
+ #
+ # The Initial Developer of the Original Code is Netscape Communications
+ # Corporation. Portions created by Netscape are
+ # Copyright (C) 1998 Netscape Communications Corporation. All
+ # Rights Reserved.
+ #
+ # Contributor(s): Myk Melez <myk@mozilla.org>
+ # Gervase Markham <gerv@gerv.net>
+ #%]
+
[% 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>
+<hr>
-[% mailresults %]
+<table border="1">
+ <tr>
+ <td>
+ <h2>Changes to
+ <a href="attachment.cgi?id=[% attachid %]&action=edit">attachment [% attachid %]</a>
+ of bug [% bugid %] submitted
+ </h2>
+ [% mailresults %]
+ </td>
-<br>
+ <td>
+ <a href="show_bug.cgi?id=[% bugid %]">Back to Bug #[% bugid %]</a>
+ </td>
+ </tr>
+</table>
[% INCLUDE global/footer %]