Closed
Bug 306368
Opened 19 years ago
Closed 19 years ago
the "Block for SELECT fields" should only insert one cell in bug/edit-html.tmpl
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
|
490 bytes,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
<select> fields in bug/edit.html.tmpl are inserted using the "Block for SELECT fields". This block adds two cells instead of only one, making tables to have a variable number of cells per row (each cell having colspan = 1).
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.22
| Assignee | ||
Comment 1•19 years ago
|
||
remove the superfluous empty cell.
Attachment #194231 -
Flags: review?(myk)
Comment 2•19 years ago
|
||
Comment on attachment 194231 [details] [diff] [review] patch, v1 Good catch!
Attachment #194231 -
Flags: review?(myk) → review+
| Assignee | ||
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•19 years ago
|
||
Checking in template/en/default/bug/edit.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl,v <-- edit.html.tmpl new revision: 1.62; previous revision: 1.61 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•