src/ztfy/myams/viewlet/shortcuts/configure.zcml
changeset 0 8a19e25e39e4
child 9 f5fda123ea09
equal deleted inserted replaced
-1:000000000000 0:8a19e25e39e4
       
     1 <configure
       
     2 	xmlns="http://namespaces.zope.org/browser"
       
     3 	xmlns:z3c="http://namespaces.zope.org/z3c"
       
     4 	i18n_domain="ztfy.myams">
       
     5 
       
     6 	<viewletManager
       
     7 		name="myams.shortcuts"
       
     8 		class=".ShortcutsViewletManager"
       
     9 		permission="zope.View"
       
    10 		layer="ztfy.myams.layer.MyAMSLayer" />
       
    11 
       
    12 	<z3c:template
       
    13 		template="manager.pt"
       
    14 		for=".interfaces.IShortcutsViewletManager"
       
    15 		layer="ztfy.myams.layer.MyAMSLayer" />
       
    16 
       
    17 	<z3c:template
       
    18 		template="shortcut.pt"
       
    19 		for=".interfaces.IShortcutViewlet"
       
    20 		layer="ztfy.myams.layer.MyAMSLayer" />
       
    21 
       
    22 </configure>