Changeset 15016


Ignore:
Timestamp:
23 May 2018, 06:25:16 (6 years ago)
Author:
Henrik Bettermann
Message:

Show new recaptcha without comment.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt

    r13384 r15016  
    1919      </td>
    2020    </tr>
    21     <tr tal:condition="view/captcha_code">
    22       <td i18n:translate="">
    23         Please solve the captcha<br />to prevent misuse of this service:
    24       </td>
    25       <td>
    26         <div tal:content="structure view/captcha_code"></div>
    27       </td>
    28     </tr>
    2921  </table>
     22  <div tal:content="structure view/captcha_code"></div>
    3023  <br />
    3124  <input class="btn btn-primary" type="submit" name="SUBMIT"
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregister.pt

    r8033 r15016  
    55    <tbody>
    66      <tal:widgets content="structure provider:widgets" />
    7       <tr tal:condition="view/captcha_code">
    8         <td i18n:translate="">
    9           Please solve the captcha<br />to prevent misuse of this service:
    10         </td>
    11         <td>
    12           <div tal:content="structure view/captcha_code"></div>
    13         </td>
    14       </tr>
    15 
    167    </tbody>
    178  </table>
     
    2415    credentials will be sent to the address provided.
    2516  </p>
     17  <div tal:content="structure view/captcha_code"></div>
     18  <br />
    2619  <div tal:condition="view/availableActions">
    2720    <input tal:repeat="action view/actions"
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/changepw.pt

    r13089 r15016  
    55    <tbody>
    66      <tal:widgets content="structure provider:widgets" />
    7       <tr tal:condition="view/captcha_code">
    8         <td i18n:translate="solve_captcha">
    9           Please solve the captcha<br />to prevent misuse of this service:
    10         </td>
    11         <td>
    12           <div tal:content="structure view/captcha_code"></div>
    13         </td>
    14       </tr>
    15 
    167    </tbody>
    178  </table>
     
    2516    of address.
    2617  </p>
     18  <div tal:content="structure view/captcha_code"></div>
    2719  <br />
    2820  <div tal:condition="view/availableActions">
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/contactform.pt

    r8415 r15016  
    2020  <tal:captcha condition="view/captcha_code|nothing">
    2121    <p tal:content="structure view/captcha_code"></p>
    22     <p i18n:translate="">
    23       Please solve the captcha to prevent misuse of this service.
    24     </p>
     22    <br />
    2523  </tal:captcha>
    2624
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/requestpw.pt

    r12047 r15016  
    55    <tbody>
    66      <tal:widgets content="structure provider:widgets" />
    7       <tr tal:condition="view/captcha_code">
    8         <td i18n:translate="">
    9           Please solve the captcha<br />to prevent misuse of this service:
    10         </td>
    11         <td>
    12           <div tal:content="structure view/captcha_code"></div>
    13         </td>
    14       </tr>
    15 
    167    </tbody>
    178  </table>
     
    2112    To be able to proceed you must provide a valid email address!
    2213  </p>
     14  <div tal:content="structure view/captcha_code"></div>
    2315  <br />
    2416  <div tal:condition="view/availableActions">
Note: See TracChangeset for help on using the changeset viewer.