[Zope-CMF] CMF 1.2b2 breaks Cleanskin
Jon Edwards
jon@pcgs.freeserve.co.uk
Thu, 17 Jan 2002 13:47:26 -0000
> Why not use dtml for the style sheet? Just call the file style.css.dtml
> and you're away.
>
> seb
That's my fallback-option! :-)
But then I'd have to have two stylesheets - one for when TTW-style-editing
is enabled (probably a DTML-document with the style settings stored in its
properties), and one for when it's disabled and Editors are using something
like Dreamweaver to edit the stylesheet text directly.
It's not a big deal, I was just learning ZPT, spotted the condition/default
thing, and thought it would give a more elegant solution, as one PT would
cover both options
Cheers, Jon