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
fcf42ecc
Commit
fcf42ecc
authored
Mar 20, 2004
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the page.…
Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the page. Patch by gerv; r,a=justdave.
parent
e6f6afde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
36 deletions
+36
-36
useful-links.html.tmpl
template/en/default/global/useful-links.html.tmpl
+36
-36
No files found.
template/en/default/global/useful-links.html.tmpl
View file @
fcf42ecc
...
...
@@ -25,13 +25,13 @@
[% PROCESS global/variables.none.tmpl %]
<form method="get" action="show_bug.cgi">
<table width="100%">
<table width="100%"
cellspacing="4"
>
<tr>
<td>
Actions:
</td>
<td valign="middle"
nowrap="nowrap"
>
<td valign="middle">
<a href="enter_bug.cgi">New</a> |
<a href="query.cgi">Search</a> |
...
...
@@ -48,36 +48,46 @@
[% END %]
[% IF user && Param('usevotes') %]
| <a href="votes.cgi?action=show_user">My
Votes</a>
| <a href="votes.cgi?action=show_user">My
Votes</a>
[% END %]
[% IF user.login %]
[% ' | <a href="sanitycheck.cgi">Sanity check</a>'
IF user.groups.tweakparams %]
| <a href="relogin.cgi">Log out</a>
[% user.login FILTER html %]
[% ELSE %]
[% IF Param('createemailregexp') %]
| <a href="createaccount.cgi">New Account</a>
[% END %]
| <a href="query.cgi?GoAheadAndLogIn=1">Log In</a>
[% END %]
</td>
<td> </td>
</tr>
[% IF user.login %]
<tr>
<td>
Edit:
</td>
<td valign="middle">
Edit <a href="userprefs.cgi">p
refs</a>
[% '
, <a href="editparams.cgi">p
arameters</a>'
IF user.groups.tweakparams %]
[% '
, <a href="editusers.cgi">u
sers</a>' IF user.groups.editusers
<a href="userprefs.cgi">P
refs</a>
[% '
| <a href="editparams.cgi">P
arameters</a>'
IF user.groups.tweakparams %]
[% '
| <a href="editusers.cgi">U
sers</a>' IF user.groups.editusers
|| user.can_bless %]
[% ', <a href="editproducts.cgi">products</a>'
IF user.groups.editcomponents %]
[% ', <a href="editflagtypes.cgi">flags</a>'
IF user.groups.editcomponents %]
[% ', <a href="editgroups.cgi">groups</a>'
IF user.groups.creategroups %]
[% ', <a href="editkeywords.cgi">keywords</a>'
IF user.groups.editkeywords %]
[% Hook.process("edit") %]
[% ' | <a href="sanitycheck.cgi">Sanity check</a>'
IF user.groups.tweakparams %]
| <a href="relogin.cgi">Log out</a>
[% user.login FILTER html %]
[% ' | <a href="editproducts.cgi">Products</a>'
IF user.groups.editcomponents %]
[% ' | <a href="editflagtypes.cgi">Flags</a>'
IF user.groups.editcomponents %]
[% ' | <a href="editgroups.cgi">Groups</a>'
IF user.groups.creategroups %]
[% ' | <a href="editkeywords.cgi">Keywords</a>'
IF user.groups.editkeywords %]
</td>
</tr>
[% END %]
[%# Saved searches %]
...
...
@@ -88,7 +98,7 @@
</td>
[% END %]
<td
colspan="3
">
<td
valign="middle
">
[% IF user.showmybugslink %]
[% filtered_username = user.login FILTER url_quote %]
<a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a>
...
...
@@ -102,16 +112,6 @@
[% END %]
</td>
</tr>
[% ELSE %]
<td valign="middle" align="right">
[% IF Param('createemailregexp') %]
<a href="createaccount.cgi">New Account</a> |
[% END %]
<a href="query.cgi?GoAheadAndLogIn=1">Log In</a>
</td>
</tr>
[% END %]
</table>
</form>
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