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/search | |
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/search')
-rw-r--r-- | template/en/default/search/search-advanced.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/search/search.html.tmpl | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl index 63e947ad5..6284ec516 100644 --- a/template/en/default/search/search-advanced.html.tmpl +++ b/template/en/default/search/search-advanced.html.tmpl @@ -19,6 +19,12 @@ # Contributor(s): Gervase Markham <gerv@gerv.net> #%] +[%# INTERFACE: + # This template has no interface. However, to use it, you need to fulfill + # the interfaces of search/form.html.tmpl, search/knob.html.tmpl and + # search/boolean-charts.html.tmpl. + #%] + [% PROCESS global/header.html.tmpl title = "Search for bugs" extra = " onLoad=\"selectProduct(document.forms['queryform']);\"" diff --git a/template/en/default/search/search.html.tmpl b/template/en/default/search/search.html.tmpl index 63e947ad5..6284ec516 100644 --- a/template/en/default/search/search.html.tmpl +++ b/template/en/default/search/search.html.tmpl @@ -19,6 +19,12 @@ # Contributor(s): Gervase Markham <gerv@gerv.net> #%] +[%# INTERFACE: + # This template has no interface. However, to use it, you need to fulfill + # the interfaces of search/form.html.tmpl, search/knob.html.tmpl and + # search/boolean-charts.html.tmpl. + #%] + [% PROCESS global/header.html.tmpl title = "Search for bugs" extra = " onLoad=\"selectProduct(document.forms['queryform']);\"" |