Imported from SVN by Bitbucket
This commit is contained in:
24
caotek/zidol_theme/browser/overrides.zcml
Executable file
24
caotek/zidol_theme/browser/overrides.zcml
Executable file
@@ -0,0 +1,24 @@
|
||||
<configure
|
||||
xmlns="http://namespaces.zope.org/zope"
|
||||
xmlns:browser="http://namespaces.zope.org/browser"
|
||||
i18n_domain="caotek.zidol_theme">
|
||||
|
||||
<browser:page
|
||||
name="summary"
|
||||
for="Products.ATContentTypes.content.topic.ATTopic"
|
||||
permission="zope.Public"
|
||||
template="templates/topic_summary.pt"
|
||||
class="Products.Collage.browser.views.SummaryTopicView"
|
||||
layer="Products.Collage.interfaces.ICollageBrowserLayer"
|
||||
/>
|
||||
<browser:page
|
||||
name="standard"
|
||||
for="Products.ATContentTypes.content.topic.ATTopic"
|
||||
permission="zope.Public"
|
||||
template="templates/topic_standard.pt"
|
||||
class="Products.Collage.browser.views.StandardTopicView"
|
||||
layer="Products.Collage.interfaces.ICollageBrowserLayer"
|
||||
/>
|
||||
|
||||
</configure>
|
||||
|
||||
Reference in New Issue
Block a user