summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/created.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/created.html.tmpl')
-rw-r--r--template/en/default/attachment/created.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index b4af46e80..880630ba2 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -19,6 +19,16 @@
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
+[%# INTERFACE:
+ # bugid: integer. ID of the bug we just attached an attachment to.
+ # attachid: integer. ID of the attachment just created.
+ # description: string. Description of the attachment just created.
+ # contenttype: string. The Content Type we attached it as.
+ # contenttypemethod: string. How we got the content type of the attachment.
+ # Possible values: autodetect, list, manual.
+ # mailresults: string. who was mailed, and who wasn't.
+ #%]
+
[% PROCESS global/header.html.tmpl
title = "Changes Submitted"
style = "th { text-align: left; }"