Closed
Bug 256407
Opened 21 years ago
Closed 21 years ago
Add a "Customize toolbar" option to the view menu
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sipaq, Assigned: sipaq)
Details
Attachments
(1 file, 2 obsolete files)
4.96 KB,
patch
|
Details | Diff | Splinter Review |
We need to make "Customize toolbar" more accessible.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #156677 -
Flags: first-review?(mostafah)
Updated•21 years ago
|
Attachment #156677 -
Flags: first-review?(mostafah) → first-review?(mvl)
Comment 2•21 years ago
|
||
Comment on attachment 156677 [details] [diff] [review]
patch v1
>+<!ENTITY calendar.menu.customize.label "Customize Toolbar">
>+<!ENTITY calendar.menu.customize.accesskey "C">
I like "Customize Toolbars" better. plural form, there are usually multiple
bars. (menu + main)
>Index: sunbird/base/content/menuOverlay.xul
> </menupopup>
>- </menu>
>+ </menu>
>+ <menuseparator/>
>+ <menuitem id="calendar-view-menu-customize"
>+ command="cmd_CustomizeToolbars"
>+ label="&calendar.menu.customize.label;"
>+ accesskey="&calendar.menu.customize.accesskey;"/>
Identation is weird here. A closing <menu>, and the next line is indented more?
Ah, tabs...
Can you try to fix that?
Attachment #156677 -
Flags: first-review?(mvl) → first-review+
Assignee | ||
Comment 3•21 years ago
|
||
Hi mvl,
this patch should address your review comments. I changed the wording to
"Customize toolbars" and coverted all tabs to spaces in menuOverlay.xul.
Assignee | ||
Updated•21 years ago
|
Attachment #156677 -
Attachment is obsolete: true
Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 157316 [details] [diff] [review]
patch v2
bringing review+ over from first patch.
Attachment #157316 -
Flags: first-review+
Comment 5•21 years ago
|
||
Checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 6•21 years ago
|
||
Does this need to exist in Suite as well...I just noticed the bug in my backlog
of watched bug-spam ;-) We do not allow "Customize Toolbar" in suite, (or FF
iirc) but we do allow it in Sunbird, so this should only be there, just add a
new entry to sunbirds jar.mn file, and add this to the Sunbird DIR instead of
suite, imo.
Mvl ;; reopen?
Comment 7•21 years ago
|
||
The patch touches calendar/resources/content/menuOverlay.xul while it should touch
calendar/sunbird/base/content/menuOverlay.xul
Please fix.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•21 years ago
|
||
Sorry for the mess. I got this right in my first patch, but was a little bit
sloppy when preparing the second. This should fix the issue.
Attachment #157316 -
Attachment is obsolete: true
Comment 9•21 years ago
|
||
Attachment 157434 [details] [diff] checked in.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Comment 10•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•