 26aa91568b
			
		
	
	
		26aa91568b
		
	
	
	
	
		
			
			git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3783 fd906abe-77d9-0310-91a1-e0d9ade77398
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			543 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			543 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!-- $Id$ -->
 | |
| 
 | |
| <configure
 | |
|     xmlns:zope="http://namespaces.zope.org/zope"
 | |
|     xmlns:browser="http://namespaces.zope.org/browser">
 | |
| 
 | |
|   <browser:page
 | |
|         name="index_html"
 | |
|         for="cybertools.util.generic.interfaces.IGeneric"
 | |
|         class="cybertools.z2.browser.view.GenericView"
 | |
|         permission="zope2.View" />
 | |
| 
 | |
|   <browser:page
 | |
|         name="create.html"
 | |
|         for="cybertools.util.generic.interfaces.IGeneric"
 | |
|         class="cybertools.z2.browser.view.GenericAddForm"
 | |
|         permission="zope2.ManageProperties" />
 | |
| 
 | |
| </configure>
 |