Closed
Bug 67278
Opened 24 years ago
Closed 24 years ago
Footer lines need separation
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla 2.12
People
(Reporter: bugzilla, Assigned: tara)
Details
Attachments
(5 files)
2.75 KB,
patch
|
Details | Diff | Splinter Review | |
2.75 KB,
patch
|
Details | Diff | Splinter Review | |
4.04 KB,
patch
|
Details | Diff | Splinter Review | |
4.05 KB,
patch
|
Details | Diff | Splinter Review | |
4.32 KB,
patch
|
Details | Diff | Splinter Review |
The footer at the bottom tends to get pretty disgusting after a few remembered
queries.
Proposed solution is attached. It turns the bottom into a row along the format of:
New | Query | Find | My Votes
My Bugs | <remembered queries>
Edit Prefs | Log out
This definitely helps with multiline remembered queries, might offer easier
expansion in case we want to add more later.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Nice idea, although the size of the footer grows significantly.
I've tried it out on my installation, and it seams to work.
But there's one thing I nocticed: you're opening (or closing) the <table> and
<form> tags in the wrong order, like this:
<table><form> [...content...] </table></form>
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
whoopsy. Minor messup. Thanks for noticing Stephen. Patch submitted.
Comment 5•24 years ago
|
||
I like this idea, but I think you should merge the Edit Prefs line into the
first line since there's plenty of room.
I'm not really concerned with the extra line because it's an the bottom of the
page and would contribute negligible extra loading time.
Reporter | ||
Comment 6•24 years ago
|
||
Reporter | ||
Comment 7•24 years ago
|
||
Okay, as to this patch, I COULD make the Edit Prefs line and the Actions line
into a small table, instead I kludged it with %s. They seemed okay with me, and
I'd suggest sticking with this until we do CSS.
Reporter | ||
Comment 8•24 years ago
|
||
You're never going to believe this, but I forgot to fix something. The columns
weren't overlapping properly. Here's the fix.
Reporter | ||
Comment 9•24 years ago
|
||
Updated•24 years ago
|
Whiteboard: 2.12
Comment 10•24 years ago
|
||
I like the concept of the patch but I find it visually disturbing. When I
applied it to the trunk, I got.
--------------
Actions: New | Query | bug # |
ReportsEdit prefs, parameters,
sanity check, users, components,
groups, keywords | Log out
Preset Queries: MyBugs
------------
Could we not just have the old action line and then a row of queries?
----------
New | Query | (blah blah blah)
Named query 1
Named query 2
Named query 3
Assignee | ||
Comment 11•24 years ago
|
||
Erg. Matty marked this for 2.12, but I'd rather not go there at this point.
I'll mark it for 2.16 (the next non-security release) so it should be one of the
patches that gets applied right after the 2.14 security release.
Whiteboard: 2.12
Reporter | ||
Comment 12•24 years ago
|
||
Comment 13•24 years ago
|
||
Much better. Checked into trunk. Thanks for the work (and rework) of the patch.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 14•24 years ago
|
||
In search of accurate queries.... (sorry for the spam)
Target Milestone: --- → Bugzilla 2.12
Comment 15•24 years ago
|
||
Verified, this is nice and dandy for me on b.m.o for N4 and Moz.
Status: RESOLVED → VERIFIED
Comment 16•24 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•