From 63ed510dfa9ac705d16df4344da5e41fcab6137e Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 21 Dec 2012 17:11:41 -0500 Subject: Introduction of new ProdCompSearch extension --- .../template/en/default/pages/prodcompsearch.html.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl (limited to 'extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl') 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" ] +%] + +
+ [% PROCESS prodcompsearch/form.html.tmpl + query_header = "File a $terms.Bug:" + %] +
+ +[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b