Closed
Bug 92550
Opened 24 years ago
Closed 24 years ago
Preference Window: category header should have an 'id'
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
People
(Reporter: akayser, Assigned: mpt)
Details
For 'skinnability':
The 'category' header in the Preference window needs to have
an 'id' so that chromes can format it (or hide it).
P.s. I've seen some comment some time ago that the 'category' header
above the treelist should go anyway.
Todo/patch:
in pref.xul, line 59, change this:
<text class="label" value="&categoryHeader;"/>
to:
<text class="label" id="categoryHeader" value="&categoryHeader;"/>
This should be safe to implement.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 92548 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•