From 6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 7 May 2002 02:16:46 +0000 Subject: Bug 141036 - add INTERFACE comments to all templates. This does the first 20 or so - many more to go... Patch by gerv; 2xr=bbaetz. --- template/en/default/reports/components.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'template/en/default/reports/components.html.tmpl') 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 #%] +[%# 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" -- cgit v1.2.3-24-g4f1b