Last change
on this file since 12363 was
12363,
checked in by Henrik Bettermann, 10 years ago
|
Save 'terms and conditions' when adding a contract.
Prevent changing product_object after adding contract.
|
File size:
903 bytes
|
Line | |
---|
1 | <br /> |
---|
2 | <div class="wfstatus-sub" i18n:domain="waeup.ikoba"> |
---|
3 | Contract State: <span tal:replace="context/translated_state"> |
---|
4 | CONTRACTSTATE</span> |
---|
5 | </div> |
---|
6 | |
---|
7 | <div class="workflow"> |
---|
8 | <div tal:repeat="msg context/history/messages"> |
---|
9 | <span tal:replace="msg">MESSAGE</span><br /> |
---|
10 | </div> |
---|
11 | </div> |
---|
12 | |
---|
13 | <h1 class="ikoba-content-label" |
---|
14 | tal:condition="context/title|nothing" |
---|
15 | tal:content="context/title">TITLE</h1> |
---|
16 | |
---|
17 | <table class="form-table" i18n:domain="waeup.ikoba"> |
---|
18 | <tbody> |
---|
19 | <tr> |
---|
20 | <td i18n:translate="" class="fieldname"> |
---|
21 | Contract Type: |
---|
22 | </td> |
---|
23 | <td> |
---|
24 | <span tal:content="context/translated_class_name">CLASSNAME</span> |
---|
25 | </td> |
---|
26 | </tr> |
---|
27 | <tal:widgets content="structure provider:widgets" /> |
---|
28 | </tbody> |
---|
29 | </table> |
---|
30 | |
---|
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" /> |
---|
Note: See
TracBrowser for help on using the repository browser.