[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins - configure.zcml:1.8

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Aug 7 14:32:06 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/skins
In directory cvs.zope.org:/tmp/cvs-serv25213

Modified Files:
	configure.zcml 
Log Message:
In18n the skins.

Removed the 'www' directories and put the files directly in the skin. This
seems more consistent with what we are doing these days.


=== Zope3/src/zope/app/browser/skins/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/skins/configure.zcml:1.7	Sun Aug  3 13:49:47 2003
+++ Zope3/src/zope/app/browser/skins/configure.zcml	Thu Aug  7 13:30:59 2003
@@ -1,16 +1,14 @@
 <configure
-   xmlns='http://namespaces.zope.org/zope'
-   xmlns:browser='http://namespaces.zope.org/browser'
-   i18n_domain='zope'
-   >
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:browser="http://namespaces.zope.org/browser" >
 
 <!-- XXX We shouldn't have to repeat the skin definition to set the default -->
-<browser:skin name="" layers="rotterdam default" />
+  <browser:skin name="" layers="rotterdam default" />
 
-<include package=".basic" />
-<include package=".zopetop" />
-<include package=".rotterdam" />
-<include package=".debug" />
-<include package=".onlinehelp" />
+  <include package=".basic" />
+  <include package=".zopetop" />
+  <include package=".rotterdam" />
+  <include package=".debug" />
+  <include package=".onlinehelp" />
 
 </configure>




More information about the Zope3-Checkins mailing list