> Had an unhappy user call... he tried the new KillerWebMail and the default
> background made it hard for him to read the text under the buttons. He
> thought he was going to delete just the messages he checked when he
> accidentally clicked the "delete all"
>
> I know I can change the default background to prevent this from happening
> again, but is there any way I can set each user's "Confirm delete
> messages"
> preference to always confirm by default?

That would require a registry hack, unfortunately. We'll add a JavaScript
confirmation pop-up on that button in the next release. If you want to add
it yourself now, edit the myDeleteAll() function in chgsign.html to read
like so:

function myDeleteAll(){
  myWarning="Are you SURE you want to delete ALL messages "
  myWarning+="from this folder? This action cannot be undone."
  if(confirm(myWarning)){
    parent.listFrame.doButton('<!--IMAIL.DeleteAllButton-->');
  }else{
    return
  }
}

-ron





______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED]
Searchable List Archive.... http://www.mail-archive.com/[email protected]
To Manage your Subscription......... http://humankindsystems.com/lists

Reply via email to