[Checkins] SVN: zf.zscp/trunk/src/zf/zscp/skin/configure.zcml Register IZSCPLayer as a layer additional to the ZSCP skin

Roger Ineichen roger at projekt01.ch
Sun Apr 9 06:11:42 EDT 2006


Log message for revision 66716:
  Register IZSCPLayer as a layer additional to the ZSCP skin

Changed:
  U   zf.zscp/trunk/src/zf/zscp/skin/configure.zcml

-=-
Modified: zf.zscp/trunk/src/zf/zscp/skin/configure.zcml
===================================================================
--- zf.zscp/trunk/src/zf/zscp/skin/configure.zcml	2006-04-09 10:01:31 UTC (rev 66715)
+++ zf.zscp/trunk/src/zf/zscp/skin/configure.zcml	2006-04-09 10:11:41 UTC (rev 66716)
@@ -1,8 +1,13 @@
 <configure
-  xmlns="http://namespaces.zope.org/zope"
-  xmlns:browser="http://namespaces.zope.org/browser"  
-  i18n_domain="zf.zscp">
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:browser="http://namespaces.zope.org/browser"  
+    i18n_domain="zf.zscp">
 
+  <interface 
+      interface="zf.zscp.skin.IZSCPLayer"
+      type="zope.publisher.interfaces.browser.IBrowserSkinType"
+      />
+
   <interface
       interface=".ZSCP"
       type="zope.publisher.interfaces.browser.IBrowserSkinType"



More information about the Checkins mailing list