summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/components.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-05-07 04:16:46 +0200
committergerv%gerv.net <>2002-05-07 04:16:46 +0200
commit6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c (patch)
tree25cb33550b6e1d59c3781920489b407d17f8b690 /template/en/default/reports/components.html.tmpl
parent3b0b95d36d3e8b4ebea4d8e32d5337623cc13ba2 (diff)
downloadbugzilla-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/reports/components.html.tmpl')
-rw-r--r--template/en/default/reports/components.html.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl
index 9f275eda7..8bc549509 100644
--- a/template/en/default/reports/components.html.tmpl
+++ b/template/en/default/reports/components.html.tmpl
@@ -19,6 +19,15 @@
# Contributor(s): Bradley Baetz <bbaetz@student.usyd.edu.au>
#%]
+[%# INTERFACE:
+ # product: string. The product this is the components list for.
+ # components: List of hashes. May be empty. Each hash has four members:
+ # name: string. Name of the component.
+ # description: string. Description of the component. May contain HTML.
+ # initialowner: string. Component's initial owner.
+ # initialqacontact: string. Component's initial QA contact.
+ #%]
+
[% filtered_product = product FILTER html %]
[% PROCESS global/header.html.tmpl
title = "Components for $product"