Changeset 997

Show
Ignore:
Timestamp:
11/05/07 03:41:07
Author:
chervol
Message:

alt added to captchas image tag

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneCaptchas/trunk/skins/plone_captchas/captcha_widget.pt

    r937 r997  
    66                   error errors/key|nothing" 
    77       tal:attributes="class python:test(error, 'field error', 'field')"> 
    8  
    98     <input type="hidden" 
    109            name="hashkey" 
    1110            tal:attributes="value hk" /> 
    12  
    1311     <label for="key" 
    1412             i18n:translate="enter_word">Enter the word below</label> 
    15  
    1613     <span class="fieldRequired" title="Required" 
    1714           i18n:attributes="title title_required;" 
    1815           i18n:translate="label_required">(Required)</span> 
    19  
    2016     <div class="formHelp"></div> 
    2117     <div tal:content="error">Validation error output</div> 
    22  
    2318     <input type="text" 
    2419            tabindex="" 
     
    2722            value="" 
    2823            tal:attributes="tabindex tabindex/next;"/> 
    29      <img tal:attributes="src string:${portal_url}/getCaptchaImage/${hk}"/> 
     24     <img tal:attributes="src string:${portal_url}/getCaptchaImage/${hk}" alt="Enter the word"/> 
    3025  </div> 
    3126</div>