fixes for view configuration
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1702 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
a633c66762
commit
b79c15740d
2 changed files with 8 additions and 8 deletions
|
@ -11,8 +11,14 @@
|
||||||
template="main.pt"
|
template="main.pt"
|
||||||
class="cybertools.browser.view.GenericView"
|
class="cybertools.browser.view.GenericView"
|
||||||
permission="zope.Public"
|
permission="zope.Public"
|
||||||
|
menu="zmi_views" title="View"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<page for="*"
|
||||||
|
name="body.html"
|
||||||
|
class="cybertools.browser.view.BodyTemplateView"
|
||||||
|
permission="zope.View"/>
|
||||||
|
|
||||||
<page for="*"
|
<page for="*"
|
||||||
name="cybertools.body_macros"
|
name="cybertools.body_macros"
|
||||||
template="liquid/body.pt"
|
template="liquid/body.pt"
|
||||||
|
@ -28,12 +34,6 @@
|
||||||
<!-- a tableless layout skin -->
|
<!-- a tableless layout skin -->
|
||||||
<include package=".liquid" />
|
<include package=".liquid" />
|
||||||
|
|
||||||
<page for="*"
|
|
||||||
name="body.html"
|
|
||||||
class="cybertools.browser.view.BodyTemplateView"
|
|
||||||
permission="zope.View"
|
|
||||||
layer="cybertools.browser.liquid.liquid"/>
|
|
||||||
|
|
||||||
<!-- a layout skin that may be used for sites employing the loops
|
<!-- a layout skin that may be used for sites employing the loops
|
||||||
package, but not depending on loops -->
|
package, but not depending on loops -->
|
||||||
<include package=".loops" />
|
<include package=".loops" />
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
i18n_domain="zope"
|
i18n_domain="zope"
|
||||||
>
|
>
|
||||||
|
|
||||||
<!--<layer name="liquid"
|
<layer name="liquid"
|
||||||
interface="cybertools.browser.liquid.liquid" />
|
interface="cybertools.browser.liquid.liquid" />
|
||||||
|
|
||||||
<skin name="Liquid"
|
<!--<skin name="Liquid"
|
||||||
layers="liquid rotterdam default" />-->
|
layers="liquid rotterdam default" />-->
|
||||||
|
|
||||||
<zope:interface
|
<zope:interface
|
||||||
|
|
Loading…
Add table
Reference in a new issue