Closed
Bug 109008
Opened 24 years ago
Closed 23 years ago
Footer on create attachment page looks wrong.
Categories
(Bugzilla :: Attachments & Requests, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: CodeMachine, Assigned: bbaetz)
Details
Attachments
(1 file)
|
3.66 KB,
patch
|
gerv
:
review+
gerv
:
review+
|
Details | Diff | Splinter Review |
The footer looks wrong on the create attachment page.
In N4, it has a very thick top border and too much vertical space.
In Mozilla, it has a very thick bottom border.
| Reporter | ||
Updated•24 years ago
|
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.16
Comment 1•24 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
| Assignee | ||
Comment 2•23 years ago
|
||
-> me, this is now annoying me enough for me to actually fix it.
Assignee: myk → bbaetz
| Assignee | ||
Comment 3•23 years ago
|
||
OK, try this. Uses a class instead of an id in the show-multiple case because
you can't have more than one element with the same id, and uses it in the other
places for consistency.
| Assignee | ||
Updated•23 years ago
|
Component: Creating/Changing Bugs → attachment and request management
Comment 4•23 years ago
|
||
Comment on attachment 90492 [details] [diff] [review]
v1
2xr=gerv
Gerv
Attachment #90492 -
Flags: review+
Comment 5•23 years ago
|
||
Fixed.
Checking in template/en/default/attachment/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/create.html.tmpl,v
<-- create.html.tmpl
new revision: 1.9; previous revision: 1.8
done
Checking in template/en/default/attachment/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/edit.html.tmpl,v
<-- edit.html.tmpl
new revision: 1.9; previous revision: 1.8
done
Checking in template/en/default/attachment/show-multiple.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/show-multiple.html.tmpl,v
<-- show-multiple.html.tmpl
new revision: 1.6; previous revision: 1.5
done
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 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
•