[z3-checkins] r21708 - z3/CMFonFive/branch/regebro-z32-compat

regebro at codespeak.net regebro at codespeak.net
Thu Jan 5 12:48:19 CET 2006


Author: regebro
Date: Thu Jan  5 12:48:16 2006
New Revision: 21708

Removed:
   z3/CMFonFive/branch/regebro-z32-compat/five_template.pt
Modified:
   z3/CMFonFive/branch/regebro-z32-compat/configure.zcml
Log:
Removed the five_template override, since it is now in CMF.


Modified: z3/CMFonFive/branch/regebro-z32-compat/configure.zcml
==============================================================================
--- z3/CMFonFive/branch/regebro-z32-compat/configure.zcml	(original)
+++ z3/CMFonFive/branch/regebro-z32-compat/configure.zcml	Thu Jan  5 12:48:16 2006
@@ -1,33 +1,11 @@
 <configure
-  xmlns="http://namespaces.zope.org/zope"
-  xmlns:five="http://namespaces.zope.org/five"
   xmlns:browser="http://namespaces.zope.org/browser"
-  i18n_domain="CMFonFive"
   >
 
-  <!-- Set up default menues as action categories. -->
+  <!-- Set up standard action categories as menus -->
   <browser:menu
     id="object"
     title="Object menu"
     />
 
-  <browser:layer
-    name="cmf"
-    />
-  <browser:skin
-    name="cmf"
-    layers="cmf default"
-    />
-  <browser:defaultSkin
-    name="cmf"
-    />
-
-  <browser:page
-    for="*"
-    template="five_template.pt"
-    name="five_template"
-    permission="zope.Public"
-    layer="cmf"
-    />
-
 </configure>

Deleted: /z3/CMFonFive/branch/regebro-z32-compat/five_template.pt
==============================================================================
--- /z3/CMFonFive/branch/regebro-z32-compat/five_template.pt	Thu Jan  5 12:48:16 2006
+++ (empty file)
@@ -1,15 +0,0 @@
-<metal:block define-macro="page"><metal:block use-macro="here/main_template/macros/master">
- <metal:block fill-slot="base">
-   <metal:block define-slot="base" />
- </metal:block>
- <metal:block fill-slot="header">
-   <metal:block define-slot="header" />
- </metal:block>
- <metal:block fill-slot="css_slot">
-   <metal:block define-slot="style_slot" />
- </metal:block>
- <metal:block fill-slot="main">
-   <metal:block define-slot="body" />
- </metal:block>
-</metal:block>
-</metal:block>


More information about the z3-checkins mailing list