summaryrefslogtreecommitdiffstats
path: root/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-12-21 23:11:41 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-12-21 23:11:41 +0100
commit63ed510dfa9ac705d16df4344da5e41fcab6137e (patch)
treef0ff5b4550253284b9d51549d9d98e580ab82c25 /extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl
parent7a7d55ccbb4d5b4ac3f98270c8b8e27087fa47a1 (diff)
downloadbugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.gz
bugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.xz
Introduction of new ProdCompSearch extension
Diffstat (limited to 'extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl')
-rw-r--r--extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl b/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl
new file mode 100644
index 000000000..0948fd1a0
--- /dev/null
+++ b/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl
@@ -0,0 +1,15 @@
+[% PROCESS global/variables.none.tmpl %]
+
+[% PROCESS global/header.html.tmpl
+ title = "File a $terms.Bug"
+ javascript_urls = [ "extensions/ProdCompSearch/web/js/prod_comp_search.js" ]
+ style_urls = [ "extensions/ProdCompSearch/web/styles/prod_comp_search.css" ]
+%]
+
+<div id="prod_comp_search_main">
+ [% PROCESS prodcompsearch/form.html.tmpl
+ query_header = "File a $terms.Bug:"
+ %]
+</div>
+
+[% PROCESS global/footer.html.tmpl %]