10 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] [PATCH] Simpler chang...
FromSent OnAttachments
Marcin SemeniukMay 23, 2006 1:02 am.patch
Brian CandlerMay 24, 2006 12:44 am 
Mark ConstableMay 24, 2006 3:14 am 
Pawel TeczaMay 24, 2006 7:29 am 
Brian CandlerMay 24, 2006 8:21 am 
Pawel TeczaMay 29, 2006 3:48 am 
Sam VarshavchikMay 29, 2006 6:19 am 
Brian CandlerMay 29, 2006 1:42 pm 
Pawel TeczaMay 29, 2006 11:15 pm 
Marcin SemeniukJun 13, 2006 1:28 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] [PATCH] Simpler changing of textarea for singature editingActions...
From:Brian Candler (B.Ca@pobox.com)
Date:May 29, 2006 1:42:05 pm
List:net.sourceforge.lists.courier-sqwebmail

On Mon, May 29, 2006 at 12:48:47PM +0200, Pawel Tecza wrote:

I think better would be to insert a cascaded stylesheet: e.g.

<link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSS#]" /> <link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSSUSER#]" />

It sounds very interesting. If I have only a few changes in sqwebmail.css file, then I can add my own CSS file with them. But if there are a lot of changes, then I can remove default Sqwebmail CSS file at all and use only my own cascaded stylesheet. It's really a better idea.

Maybe. I prefer only to allow users to override the second CSS. If they want to override everything, they can still do so in this file.

It's a safety net; if a future version of sqwebmail defines a new style, then it means they will inherit it.

But how to implement it? Do you want to include into Sqwebmail an empty sqwebmailuser.css file and add an appropriate <link> tag to all HTML templates?

That's how I did it (local patches to templates for this)

Regards,

Brian.