Changeset 15016 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 23 May 2018, 06:25:16 (7 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset for help on using the changeset viewer.