From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/sidebar.xul.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'template/en/default/sidebar.xul.tmpl') diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index 97b3fe4c0..0d91b8401 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -21,6 +21,9 @@ # Scott Collins # Christopher A. Aillon #%] + +[% PROCESS global/variables.none.tmpl %] + @@ -69,7 +72,7 @@ function normal_keypress_handler( aEvent ) { - + [% IF user %] @@ -96,7 +99,7 @@ function normal_keypress_handler( aEvent ) { [%- IF user.showmybugslink %] [% filtered_username = user.login FILTER url_quote %] - + [%- END %] [%- IF Param('usevotes') %] -- cgit v1.2.3-24-g4f1b