Closed
Bug 498295
Opened 17 years ago
Closed 16 years ago
add a help link right besides the quicksearch feature
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: zeniko, Assigned: mkanat)
References
Details
(Whiteboard: [fixed by blocker])
Finding e.g. https://bugzilla.mozilla.org/page.cgi?id=quicksearchhack.html is currently quite difficult. Why not add a link to it where people actually could see it:
Home | New | Search | [ ][Find] _?_ | Reports | ...
Updated•17 years ago
|
Severity: normal → enhancement
| Assignee | ||
Comment 1•17 years ago
|
||
Seems reasonable to me. :-)
Assignee: query-and-buglist → ui
Component: Query/Bug List → User Interface
Comment 2•17 years ago
|
||
How about just a Help button alongside the Find button:
Home | New | Search | [ ][Find][Help] | Reports | ...
Either would be helpful, and both are very simple changes to the
global/common-links.html.tmpl template, but the Help button is less
cryptic. And, it doesn't seem to be unreasonable in terms of screen
real estate.
Here is the code I added to our Bugzilla installation at line 39 of
global/common-links.html.tmpl (version 3.2.3) to get this button:
<li class="form">
<form action="page.cgi" method="get">
<input type="hidden" name="id" value="quicksearch.html">
<input class="btn" type="submit" value="Help">
[%-# Work around FF bug: keep this on one line %]</form></li>
Comment 3•16 years ago
|
||
Fixed by bug 518293.
Assignee: ui → mkanat
Severity: enhancement → minor
Status: NEW → RESOLVED
Closed: 16 years ago
Depends on: 518293
Resolution: --- → FIXED
Whiteboard: [fixed by blocker]
Target Milestone: --- → Bugzilla 3.6
You need to log in
before you can comment on or make changes to this bug.
Description
•