Changeset 2771 in products


Ignore:
Timestamp:
Aug 31, 2010 2:18:49 PM (14 years ago)
Author:
chervol
Message:

removed tabindex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/skins/captcha_core/captcha_widget.pt

    r2542 r2771  
    22     tal:omit-tag="" 
    33     i18n:domain="quintagroup.captcha.core" 
    4      tal:define="Iterator python:modules['Products.CMFPlone'].IndexIterator; 
    5                  tabindex python:Iterator(mainSlot=False); 
    6                  portal_url here/plone_portal_state/portal_url"> 
     4     tal:define="portal_url here/plone_portal_state/portal_url"> 
    75  <div class="field" 
    86       tal:define="hk here/getCaptcha; 
     
    2220            name="key" 
    2321            size="10" 
    24             value="" 
    25             tal:attributes="tabindex tabindex/next;"/> 
     22            value=""/> 
    2623     <img tal:attributes="src string:${portal_url}/getCaptchaImage/${hk}" alt="Enter the word"/> 
    2724  </div> 
Note: See TracChangeset for help on using the changeset viewer.