diff options
author | gerv%gerv.net <> | 2002-05-07 04:16:46 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-07 04:16:46 +0200 |
commit | 6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c (patch) | |
tree | 25cb33550b6e1d59c3781920489b407d17f8b690 /template/en/default/attachment | |
parent | 3b0b95d36d3e8b4ebea4d8e32d5337623cc13ba2 (diff) | |
download | bugzilla-6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c.tar.gz bugzilla-6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c.tar.xz |
Bug 141036 - add INTERFACE comments to all templates. This does the first 20 or so - many more to go... Patch by gerv; 2xr=bbaetz.
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/created.html.tmpl | 10 | ||||
-rw-r--r-- | template/en/default/attachment/updated.html.tmpl | 6 |
2 files changed, 16 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; }" diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index d522c638d..5c2ffd10f 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -20,6 +20,12 @@ # Gervase Markham <gerv@gerv.net> #%] +[%# INTERFACE: + # bugid: integer. ID of the bug we are updating. + # attachid: integer. ID of the attachment we just attached. + # mailresults: string. Who was mailed and who wasn't. + #%] + [% PROCESS global/header.html.tmpl title = "Changes Submitted" style = "th { text-align: left; }" |