Ignore:
Timestamp:
11 Feb 2015, 14:26:10 (10 years ago)
Author:
Henrik Bettermann
Message:

Add 'T&C acceptance' confirmation box.

Location:
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/contracteditpage.pt

    r12118 r12593  
    1111  <br />
    1212
     13  <tal:tc condition="python: view.terms_and_conditions and view.__name__ == 'edit'">
     14    <h4 i18n:domain="waeup.ikoba">
     15      <span i18n:translate="">Terms and Conditions</span>
     16    </h4>
     17    <tal:tc content="structure view/terms_and_conditions" />
     18    <br />
     19    <input id="confirm_tc" name="confirm_tc" type="checkbox" value="True"/>
     20    <span i18n:translate="">
     21        I confirm that I have read, understood and accepted the Terms & Conditions.
     22    </span>
     23   <br /><br />
     24  </tal:tc>
     25
    1326  <div tal:condition="view/availableActions">
    1427    <input tal:repeat="action view/actions"
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/contractpage.pt

    r12363 r12593  
    2929</table>
    3030
    31 <h4 i18n:domain="waeup.ikoba">
    32   <span i18n:translate="">Terms and Conditions</span>
    33 </h4>
    34 
    35 <tal:tc content="structure view/terms_and_conditions" />
     31<tal:tc condition="view/terms_and_conditions">
     32  <h4 i18n:domain="waeup.ikoba">
     33    <span i18n:translate="">Terms and Conditions</span>
     34  </h4>
     35  <tal:tc content="structure view/terms_and_conditions" />
     36</tal:tc>
Note: See TracChangeset for help on using the changeset viewer.