summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-29 07:15:07 +0200
committerlpsolit%gmail.com <>2006-09-29 07:15:07 +0200
commit47695b5a92746b4ec5634e56f84753a6ababacaf (patch)
tree7732c27c39bed279f9377185c979340c80fda86b /template/en/default/index.html.tmpl
parentaf2ae55fbcad961e42f750625c87fd5077d0e4e1 (diff)
downloadbugzilla-47695b5a92746b4ec5634e56f84753a6ababacaf.tar.gz
bugzilla-47695b5a92746b4ec5634e56f84753a6ababacaf.tar.xz
Bug 354661: Provide a Bugzilla Quicksearch plugin for Firefox 2 and IE 7 users to install - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gavin.sharp r=wurblzap a=myk
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index 8d520dfab..61f724b41 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -116,6 +116,11 @@ function addSidebar() {
[% END %]
[% END %]
<li id="sidebar"><a href="javascript:addSidebar()">Add to Sidebar</a> (requires a Mozilla browser like Mozilla Firefox)</li>
+ <li id="quick_search_plugin">
+ <a href="javascript:window.external.AddSearchProvider('[% Param('urlbase') %]search_plugin.cgi')">Install
+ the Quick Search plugin</a> (requires Firefox 2 or Internet Explorer 7)
+ </li>
+
[%# List items of links to more things users can do on this installation. %]
[% Hook.process("links") %]