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
7a322215
Commit
7a322215
authored
Aug 12, 2006
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 310747: index.cgi invalid HTML when logged out - Patch by victory(_RSZ_)…
Bug 310747: index.cgi invalid HTML when logged out - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
parent
d962a2a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.html.tmpl
template/en/default/index.html.tmpl
+3
-1
No files found.
template/en/default/index.html.tmpl
View file @
7a322215
...
...
@@ -108,7 +108,9 @@ function addSidebar() {
<li
id=
"logout"
><a
href=
"relogin.cgi"
>
Log out [% user.login FILTER html %]
</a></li>
[% END %]
[% ELSIF user.authorizer.can_login %]
</ul>
[% PROCESS "account/auth/login-small.html.tmpl" %]
<ul>
[% IF Param('createemailregexp')
&&
user.authorizer.user_can_create_account %]
<li
id=
"account"
><a
href=
"createaccount.cgi"
>
Open a new [% terms.Bugzilla %] account
</a></li>
[% END %]
...
...
@@ -120,7 +122,7 @@ function addSidebar() {
</ul>
<form
id=
"
show-bug
"
name=
"f"
action=
"buglist.cgi"
method=
"get"
<form
id=
"
f
"
name=
"f"
action=
"buglist.cgi"
method=
"get"
onsubmit=
"if (this.quicksearch.value == '')
{ alert('Please enter one or more search terms first.');
return false; } return true;"
>
...
...
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