[Zope-CMF] ZPT & CSS : Patch correction
Chris Withers
chrisw@nipltd.com
Tue, 11 Sep 2001 11:28:12 +0100
Chris Withers wrote:
>
> Is it just me or does the ZPT skin in CMF Default not to CSS inline-or-linked
> detection?
>
> Would the following patch solve it?
No, but this one will :-)
===================================================================
RCS file:
/cvs-repository/Products/CMFDecor/skins/zpt_generic/main_template.pt,v
retrieving revision 1.9
diff -r1.9 main_template.pt
6c6
< tal:attributes="href here/zpt_stylesheet/absolute_url">
---
> tal:replace="structure here/css_inline_or_link">
Chris