Closed
Bug 810954
Opened 13 years ago
Closed 13 years ago
In the "reclassify products" page, form labels are not in bold
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: sjoshi, Assigned: sjoshi)
References
()
Details
Attachments
(2 files, 1 obsolete file)
|
52.10 KB,
image/png
|
Details | |
|
1.20 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
1. Go to Edit classification and click on reclassify of any classification
Actual:
On this pagelabel fields are in normal text
Expected:
All label fields should be in bold like other edit pages in bugzilla.
Please see attached screenshot for details.
Updated•13 years ago
|
Severity: normal → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 7 → All
Hardware: x86_64 → All
Summary: In Reclassification form labels are not in BOLD. → In the "reclassify products" page, form labels are not in bold
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #680687 -
Flags: review?(LpSolit)
Comment 2•13 years ago
|
||
Comment on attachment 680687 [details] [diff] [review]
Patch-v1
>- <td valign="top">Other Classifications</td>
>+ <th valign="top">Other Classifications</th>
> <td></td>
>- <td valign="top">This Classification</td>
>+ <th valign="top">This Classification</th>
Do not use <th> for these two fields. They now appear at the wrong place. Otherwise looks good.
Attachment #680687 -
Flags: review?(LpSolit) → review-
Updated•13 years ago
|
Assignee: administration → joshi_sunil
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 4.4
| Assignee | ||
Comment 3•13 years ago
|
||
Incorporated review comments.
Attachment #680687 -
Attachment is obsolete: true
Attachment #682521 -
Flags: review?(LpSolit)
Comment 4•13 years ago
|
||
Comment on attachment 682521 [details] [diff] [review]
Patch-v2
r=LpSolit
Attachment #682521 -
Flags: review?(LpSolit) → review+
Updated•13 years ago
|
Flags: approval4.4+
Flags: approval+
Comment 5•13 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/admin/classifications/reclassify.html.tmpl
Committed revision 8476.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.4/
modified template/en/default/admin/classifications/reclassify.html.tmpl
Committed revision 8462.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•