[Zope3-Users] Re: need help on skins
Philipp von Weitershausen
philipp at weitershausen.de
Fri Sep 8 07:56:15 EDT 2006
Denis Shaposhnikov wrote:
>>>>>> "Stephan" == Stephan Richter <srichter at cosmos.phy.tufts.edu> writes:
>
> >> <page name="details.html" permission="zope.AdminView"
> >> layer="admin_layer" template="admin_details.pt"/>
> >>
> >> and
> >>
> >> <page name="details.html" permission="zope.UserView"
> >> layer="user_layer" template="user_details.pt"/>
> >>
> >> ?
>
> Stephan> Absolutely! :-) That's the point of layers and skins!
>
> apidoc from 3.3.0b2 said me that "layer" in the "page" directive is
> deprecated:
>
> """
> layer - LayerField (default = None)
> The layer the view is in.
>
> BBB: DEPRECATED
> """
>
> What to use instead of?
See http://dev.zope.org/Zope3/SimplifySkinning
More information about the Zope3-users
mailing list