Last change
on this file since 17931 was
12247,
checked in by Henrik Bettermann, 10 years ago
|
Remove deprecated HTML and REST widgets and use html2dict instead.
|
File size:
453 bytes
|
Line | |
---|
1 | <table class="form-table"> |
---|
2 | <tbody> |
---|
3 | <tal:block repeat="widget view/widgets"> |
---|
4 | <tr> |
---|
5 | <td class="fieldname"> |
---|
6 | <tal:block replace="python:widget.label"/>: |
---|
7 | </td> |
---|
8 | <td> |
---|
9 | <tal:block tal:replace="structure widget" /> |
---|
10 | </td> |
---|
11 | </tr> |
---|
12 | </tal:block> |
---|
13 | </tbody> |
---|
14 | </table> |
---|
15 | |
---|
16 | <span tal:condition="view/introduction" tal:omit-tag=""> |
---|
17 | <p tal:content="structure view/introduction">INTRODUCTION</p> |
---|
18 | </span> |
---|
Note: See
TracBrowser for help on using the repository browser.