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
203b6426
Commit
203b6426
authored
Mar 19, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where appropriate
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=myk a=myk
parent
6a368d65
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
login.html.tmpl
template/en/default/account/auth/login.html.tmpl
+3
-3
index.html.tmpl
template/en/default/index.html.tmpl
+1
-1
bug-writing.html.tmpl
template/en/default/pages/bug-writing.html.tmpl
+1
-1
sidebar.xul.tmpl
template/en/default/sidebar.xul.tmpl
+1
-1
No files found.
template/en/default/account/auth/login.html.tmpl
View file @
203b6426
...
...
@@ -31,7 +31,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Log
in
",
title = "Log
in to $terms.Bugzilla
",
onload = "document.forms['login'].Bugzilla_login.focus()"
%]
...
...
@@ -90,11 +90,11 @@
[% PROCESS "global/hidden-fields.html.tmpl"
exclude="^Bugzilla_(login|password|restrictlogin)$" %]
<input type="submit" name="GoAheadAndLogIn" value="Login">
<input type="submit" name="GoAheadAndLogIn" value="Log
in">
<p>
(Note: you should make sure cookies are enabled for this site.
Otherwise, you will
frequently be required to re-login
.)
Otherwise, you will
be required to log in frequently
.)
</p>
</form>
...
...
template/en/default/index.html.tmpl
View file @
203b6426
...
...
@@ -69,7 +69,7 @@ function addSidebar() {
[% IF user.id %]
<li
id=
"userprefs"
><a
href=
"userprefs.cgi"
>
Change password or user preferences
</a></li>
[% IF user.get_flag('can_logout') %]
<li
id=
"logout"
><a
href=
"relogin.cgi"
>
Logout [% user.login FILTER html %]
</a></li>
<li
id=
"logout"
><a
href=
"relogin.cgi"
>
Log
out [% user.login FILTER html %]
</a></li>
[% END %]
[% ELSE %]
<li
id=
"login"
><a
href=
"index.cgi?GoAheadAndLogIn=1"
>
Log in to an existing account
</a></li>
...
...
template/en/default/pages/bug-writing.html.tmpl
View file @
203b6426
...
...
@@ -113,7 +113,7 @@
<li>Select the product that you've found a [% terms.bug %] in.</li>
<li>Enter your e-mail address, password, and press the "Login" button.
<li>Enter your e-mail address, password, and press the "Log
in" button.
(If you don't yet have a password, leave the password field empty, and
press the "E-mail me a password" button instead. You'll quickly receive
an e-mail message with your password.)</li>
...
...
template/en/default/sidebar.xul.tmpl
View file @
203b6426
...
...
@@ -96,7 +96,7 @@ function normal_keypress_handler( aEvent ) {
<text
class=
"text-link"
onclick=
"load_relative_url('sanitycheck.cgi')"
value=
"sanity check"
/>
[%- END %]
[%- IF user.get_flag('can_logout') %]
<text
class=
"text-link"
onclick=
"load_relative_url('relogin.cgi')"
value=
"logout [% user.login FILTER html %]"
/>
<text
class=
"text-link"
onclick=
"load_relative_url('relogin.cgi')"
value=
"log
out [% user.login FILTER html %]"
/>
[%- END %]
<separator
class=
"thin"
/>
[%- IF user.showmybugslink %]
...
...
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