[Zope3-checkins] CVS: Zope3/src/zope/app/browser/content - configure.zcml:1.41

Godefroid Chapelle cvs-admin at zope.org
Sun Dec 7 05:05:19 EST 2003


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

Modified Files:
	configure.zcml 
Log Message:
merge gotcha-usage-branch

this finishes support for usage :

top-level variable in page templates
initialized from ZCML

main goal is to use a unique template per skin

now, I should walk all templates that relies on dialog_macros.pt
and convert them to template.pt 




=== Zope3/src/zope/app/browser/content/configure.zcml 1.40 => 1.41 ===
--- Zope3/src/zope/app/browser/content/configure.zcml:1.40	Sat Dec  6 07:51:29 2003
+++ Zope3/src/zope/app/browser/content/configure.zcml	Sun Dec  7 05:04:47 2003
@@ -9,6 +9,7 @@
       name="edit.html"
       schema="zope.app.interfaces.content.file.IFile"
       label="Change a file"
+      usage="objectview"
       permission="zope.ManageContent" />
 
   <menuItem




More information about the Zope3-Checkins mailing list