17 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Small "Check Spelling...
FromSent OnAttachments
Pawel TeczaJul 20, 2006 3:15 am 
Sam VarshavchikJul 20, 2006 3:57 am 
Pawel TeczaJul 20, 2006 4:41 am 
Sam VarshavchikJul 20, 2006 5:25 pm 
Pawel TeczaJul 21, 2006 12:32 am 
Sam VarshavchikJul 21, 2006 3:58 am 
Pawel TeczaJul 21, 2006 4:34 am 
ResJul 21, 2006 6:46 pm 
Sam VarshavchikJul 22, 2006 2:42 pm 
Mark ConstableJul 22, 2006 3:16 pm 
Sam VarshavchikJul 22, 2006 4:56 pm 
Brian CandlerJul 23, 2006 11:35 am 
Pawel TeczaJul 25, 2006 2:13 am 
Sam VarshavchikJul 25, 2006 4:00 am 
Pawel TeczaJul 25, 2006 5:01 am 
Dave TurkAug 3, 2006 8:55 am 
Pawel TeczaAug 4, 2006 1:17 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Small "Check Spelling" improvements and XHTML fixActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jul 23, 2006 11:35:32 am
List:net.sourceforge.lists.courier-sqwebmail

On Sat, Jul 22, 2006 at 11:47:06AM +1000, Res wrote:

Any chance we can have an option to not display "timezone" on login screen? it has confused many 'techno weenie' customers :) Maybe even an option to hide the IP checkboxes as well ?

Easy fix is just to change the templates login.html, invalid.html and expired.html

You can set those fields to constant hidden values, e.g.

<input type="hidden" name="sameip" value="checked">

Of course, whenever you upgrade to a new version of sqwebmail and replace the templates, you'll have to remember to make the corresponding changes to the new templates.

HTH,

Brian.