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/list/edit-multiple.html.tmpl | 2 +- template/en/default/list/list-simple.html.tmpl | 4 ++++ template/en/default/list/quips.html.tmpl | 7 +++++++ template/en/default/list/server-push.html.tmpl | 5 +++++ 4 files changed, 17 insertions(+), 1 deletion(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index c7c8d00bf..fb28845c5 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -280,7 +280,7 @@ Reassign bugs to
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl index b8d8241a3..b86f697ed 100644 --- a/template/en/default/list/list-simple.html.tmpl +++ b/template/en/default/list/list-simple.html.tmpl @@ -19,6 +19,10 @@ # Contributor(s): Myk Melez #%] +[%# INTERFACE: + # title: string. The title for this page. (optional) + #%] + [%############################################################################%] [%# Initialization #%] [%############################################################################%] diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl index 1d6143dfe..032f35fcf 100644 --- a/template/en/default/list/quips.html.tmpl +++ b/template/en/default/list/quips.html.tmpl @@ -19,6 +19,13 @@ # Contributor(s): Gervase Markham #%] +[%# INTERFACE: + # added_quip: string. Defined if the CGI added a quip data before + # displaying anything; if defined, its value is that quip. + # show_quips: boolean. True if we are showing the entire quip list. + # quips: list of strings. Defined iff show_quips is true. List of all quips. + #%] + [% PROCESS global/header.html.tmpl title = "Bugzilla Quip System" h1 = "Add your own clever headline" diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index 5a2dde0b1..9b7131654 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -19,6 +19,11 @@ # Contributor(s): Myk Melez #%] +[%# INTERFACE: + # debug: boolean. True if we want the query displayed while we wait. + # query: string. The SQL query which makes the buglist. + #%] + Bugzilla is pondering your query -- cgit v1.2.3-24-g4f1b