Ignore:
Timestamp:
Mar 10, 2010 2:18:53 PM (14 years ago)
Author:
liebster
Message:

reverting error commit [2910] with wrong comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/browser/configure.zcml

    r1871 r1873  
    22    xmlns="http://namespaces.zope.org/zope" 
    33    xmlns:browser="http://namespaces.zope.org/browser" 
     4    xmlns:zcml="http://namespaces.zope.org/zcml" 
    45    i18n_domain="quintagroup.plonecaptchas"> 
    56 
     
    2021        /> 
    2122 
     23    <!-- Join form definition --> 
     24    <browser:page 
     25        zcml:condition="installed plone.app.users" 
     26        name="register" 
     27        for="plone.app.layout.navigation.interfaces.INavigationRoot" 
     28        class=".register.CustomRegistrationForm" 
     29        permission="zope.Public" 
     30        layer=".interfaces.IPloneChaptchaLayer" 
     31        /> 
     32 
    2233</configure> 
Note: See TracChangeset for help on using the changeset viewer.