Ignore:
Timestamp:
Apr 1, 2010 3:48:49 PM (14 years ago)
Author:
mylan
Message:

#173: Move quintagroup.formlib.captcha.form content into the quintagroup.formlib.captcha, add zope.app.form as direct requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.formlib.captcha/branches/captchas-refactoring/quintagroup/formlib/captcha/configure.zcml

    r2055 r2058  
    22    xmlns="http://namespaces.zope.org/zope" 
    33    xmlns:zcml="http://namespaces.zope.org/zcml" 
     4    xmlns:browser="http://namespaces.zope.org/browser" 
    45    i18n_domain="quintagroup.formlib.captcha"> 
    56 
    6     <include package="quintagroup.captcha.core" /> 
     7  <include package="quintagroup.captcha.core" /> 
    78 
    8     <include package=".form" 
    9              zcml:condition="installed zope.app.form"/> 
    10  
     9  <view 
     10      type="zope.publisher.interfaces.browser.IBrowserRequest" 
     11      for=".interfaces.ICaptcha" 
     12      provides="zope.app.form.interfaces.IInputWidget" 
     13      factory=".widget.CaptchaWidget" 
     14      permission="zope.Public" 
     15      /> 
    1116 
    1217</configure> 
Note: See TracChangeset for help on using the changeset viewer.