Last change
on this file since 12692 was
12663,
checked in by Henrik Bettermann, 10 years ago
|
Extend contract workflow to integrate payment.
Prepare (empty) page to select payment method and finally create a payment object.
|
File size:
584 bytes
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
2 | i18n:domain="waeup.ikoba" enctype="multipart/form-data"> |
---|
3 | |
---|
4 | <table class="form-table"> |
---|
5 | <tbody> |
---|
6 | <tr> |
---|
7 | <td class="fieldname" i18n:translate=""></td> |
---|
8 | <td> |
---|
9 | </td> |
---|
10 | </tr> |
---|
11 | <tr> |
---|
12 | <td class="fieldname" i18n:translate=""></td> |
---|
13 | <td> |
---|
14 | |
---|
15 | </td> |
---|
16 | </tr> |
---|
17 | </tbody> |
---|
18 | </table> |
---|
19 | <br /> |
---|
20 | |
---|
21 | <div tal:condition="view/availableActions"> |
---|
22 | <input tal:repeat="action view/actions" |
---|
23 | tal:replace="structure action/render" |
---|
24 | /> |
---|
25 | </div> |
---|
26 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.