From f4966aeb0e7a655c986aeb285c1a220274ddbfd9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 22 Aug 2005 01:16:40 +0000 Subject: Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann r=wicked a=myk --- template/en/default/index.html.tmpl | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'template/en/default/index.html.tmpl') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index eb1cbbd58..a19334c30 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -28,11 +28,12 @@ [% PROCESS global/variables.none.tmpl %] -[% title = BLOCK %] -[% terms.Bugzilla %] Main Page -[% END %] -[% style_urls = [ "skins/standard/index.css" ] %] -[% PROCESS global/header.html.tmpl %] + +[% PROCESS global/header.html.tmpl + title = "$terms.Bugzilla Main Page" + style_urls = [ 'skins/standard/index.css' ] + onload = 'document.forms[\'f\'].quicksearch.focus();' +%] - - - [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b