Closed Bug 212459 Opened 21 years ago Closed 21 years ago

Certificate Manager needs a face lift...

Categories

(MailNews Core :: Security, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mscott, Assigned: mscott)

Details

Attachments

(3 files)

I've made some changes to the certificate manager for smime for Mozilla
Thunderbird. Instead of forking those files, I'd like to contribute the changes
back into the the security module.

The changes are all cosmetic:

1) Add standard 5 pixel border around the tab panel (we use this padding in many
other tab panel dialogs)

2) make the certManager a dialog instead of a window

3) Add an OK button which can be used to dismiss the dialog

4) Inherit the ok and help button from the dialog overlay instead of trying to
insert the help button manually. This means the buttons will show up with the
correct orientation for the platform being used.

5) Add spacing between the tree control and the Edit / Delete  buttons
underneath the tree.

Screen shots coming up.
In addition to what was listed above, this patch makes sure the dialog comes up
centered on the screen and the width is intrinsically determined and is not
fixed.
Attachment #127572 - Flags: review?(kaie)
Comment on attachment 127572 [details] [diff] [review]
the patch that makes this UI change possible

r=kaie

I have some concerns and suggestions, but I do not want to stop this change
from happening. Feel free to take from my suggestions what you think makes
sense.

I predict there might again happen something that happened in the past already:
- people will notice the OK dialog and will think, their changes won't be
active until they hit OK (which is a false assumption)
- people will ask for a cancel button, which would give the wrong assumption
the actions in the dialog can be canceled (which they can't)

So hopefully will understand the OK button is simply a close button, and not
ask a for a cancel button.

We have another open bug that requests to add a close button to the cert
manager. So one suggestions is, rename the OK button to say "close".

Another suggestion, we have the similar dialogs "device manager" and "crl
manager". I'd suggest it makes sense to keep those security manager dialogs
consistent and apply the same change to all three windows.
Attachment #127572 - Flags: review?(kaie) → review+
Thanks Kai. I made similar changes to the device manager and the crl manager as
part of this checkin.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
 <!DOCTYPE window SYSTEM "chrome://pippki/locale/certManager.dtd">
 
-<window id="certmanager" 
+<dialog id="certmanager" 

could you fix the doctype to match the root element? (change window to dialog)
Thanks Christian. I just checked in the doctype change for those files
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: