Module: bugzilla Branch: master Commit: 19cada415ee5a581760f7126308b37a9b6f03485 URL: https://source.winehq.org/git/bugzilla.git/?a=commit;h=19cada415ee5a581760f7...
Author: Austin English austinenglish@gmail.com Date: Sun Apr 17 04:56:48 2022 -0500
template/en/default/index.html.tmpl: Remove a couple dead links.
Remove: * Add Bugzilla to Sidebar (requires a Mozilla browser like Mozilla Firefox) * Install the Quick Search plugin (requires Firefox 2 or Internet Explorer 7)
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52802 Signed-off-by: Austin English austinenglish@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
template/en/default/index.html.tmpl | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 7934785..e86f5ac 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -114,14 +114,6 @@ YAHOO.util.Event.onDOMReady(onLoadActions); [% IF Param('createemailregexp') && user.authorizer.user_can_create_account %] [% END %] [% END %] - - <ul> - <li id="bugsidebar"><a href="javascript:addSidebar()">Add [% terms.Bugzilla %] to Sidebar</a> (requires a Mozilla browser like Mozilla Firefox)</li> - <li id="quick_search_plugin"> - <a href="javascript:window.external.AddSearchProvider('[% urlbase FILTER html %]search_plugin.cgi')">Install - the Quick Search plugin</a> (requires Firefox 2 or Internet Explorer 7) - </li> - </ul> </div> </div>