Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f95d1fab
Commit
f95d1fab
authored
Feb 18, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 280093 : Update "Add to Sidbar" HTML text and JS addsidebar() function
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=myk a=myk
parent
2c2bce1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.html.tmpl
template/en/default/index.html.tmpl
+5
-5
No files found.
template/en/default/index.html.tmpl
View file @
f95d1fab
...
...
@@ -35,7 +35,7 @@
[% PROCESS global/header.html.tmpl %]
<script
type=
"text/javascript"
language=
"JavaScript"
>
<script
type=
"text/javascript"
>
<!--
function
addSidebar
()
{
if
((
typeof
window
.
sidebar
==
"object"
)
&&
(
typeof
window
.
sidebar
.
addPanel
==
"function"
))
...
...
@@ -49,7 +49,7 @@ function addSidebar() {
{
var
rv
=
window
.
confirm
(
"Your browser does not support the sidebar extension. "
+
"Would you like to upgrade now?"
);
if
(
rv
)
document
.
location
.
href
=
"http://www.mozilla.org/
binaries.html
"
;
document
.
location
.
href
=
"http://www.mozilla.org/"
;
}
}
//-->
...
...
@@ -77,7 +77,7 @@ function addSidebar() {
<li
id=
"account"
><a
href=
"createaccount.cgi"
>
Open a new [% terms.Bugzilla %] account
</a></li>
[% END %]
[% END %]
<li
id=
"sidebar"
><a
href=
"javascript:addSidebar()"
>
Add to Sidebar
</a>
(
Requires Mozilla or Netscape 6
)
</li>
<li
id=
"sidebar"
><a
href=
"javascript:addSidebar()"
>
Add to Sidebar
</a>
(
requires a Mozilla browser like Mozilla Firefox
)
</li>
</ul>
<form
id=
"show-bug"
name=
"f"
action=
"show_bug.cgi"
method=
"get"
...
...
@@ -93,8 +93,8 @@ function addSidebar() {
<div
class=
"outro"
></div>
</div>
<script
type=
"text/javascript"
language=
"JavaScript"
src=
"localconfig.js"
></script>
<script
type=
"text/javascript"
language=
"JavaScript"
src=
"quicksearch.js"
></script>
<script
type=
"text/javascript"
src=
"localconfig.js"
></script>
<script
type=
"text/javascript"
src=
"quicksearch.js"
></script>
<script
type=
"text/javascript"
>
<!--
document
.
forms
[
'f'
].
id
.
focus
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment