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

Revert 2912 to 2729 commits for tagging plone-3 compatible version (svn merge -r 2912:2729 http://svn.quintagroup.com/products/quintagroup.plonecaptchas/trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/skins/plone_captchas/captcha_widget.pt

    r1873 r1874  
    44  <div class="field" 
    55       tal:define="hk here/getCaptcha; 
    6                    error errors/key|nothing; 
    7                    Iterator python:modules['Products.CMFPlone'].IndexIterator; 
    8                    tabindex python:Iterator(mainSlot=False)" 
    9  
     6                   error errors/key|nothing" 
    107       tal:attributes="class python:test(error, 'field error', 'field')"> 
    118     <input type="hidden" 
     
    1613           i18n:domain="plone" i18n:attributes="title title_required;" 
    1714           i18n:translate="label_required">(Required)</span> 
    18      <div class="formHelp" i18n:translate="label_help_captchas">Enter the word below for registration.</div> 
     15     <div class="formHelp"></div> 
    1916     <div tal:content="error">Validation error output</div> 
    2017     <input type="text" 
Note: See TracChangeset for help on using the changeset viewer.