Changeset 15016 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 23 May 2018, 06:25:16 (6 years ago)
- 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 19 19 </td> 20 20 </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>29 21 </table> 22 <div tal:content="structure view/captcha_code"></div> 30 23 <br /> 31 24 <input class="btn btn-primary" type="submit" name="SUBMIT" -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregister.pt
r8033 r15016 5 5 <tbody> 6 6 <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 16 7 </tbody> 17 8 </table> … … 24 15 credentials will be sent to the address provided. 25 16 </p> 17 <div tal:content="structure view/captcha_code"></div> 18 <br /> 26 19 <div tal:condition="view/availableActions"> 27 20 <input tal:repeat="action view/actions" -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/changepw.pt
r13089 r15016 5 5 <tbody> 6 6 <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 16 7 </tbody> 17 8 </table> … … 25 16 of address. 26 17 </p> 18 <div tal:content="structure view/captcha_code"></div> 27 19 <br /> 28 20 <div tal:condition="view/availableActions"> -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/contactform.pt
r8415 r15016 20 20 <tal:captcha condition="view/captcha_code|nothing"> 21 21 <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 /> 25 23 </tal:captcha> 26 24 -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/requestpw.pt
r12047 r15016 5 5 <tbody> 6 6 <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 16 7 </tbody> 17 8 </table> … … 21 12 To be able to proceed you must provide a valid email address! 22 13 </p> 14 <div tal:content="structure view/captcha_code"></div> 23 15 <br /> 24 16 <div tal:condition="view/availableActions">
Note: See TracChangeset for help on using the changeset viewer.