Last change
on this file since 17952 was
11254,
checked in by uli, 11 years ago
|
Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.
|
File size:
400 bytes
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
2 | enctype="multipart/form-data"> |
---|
3 | |
---|
4 | <table class="form-table"> |
---|
5 | <tbody> |
---|
6 | <tal:widgets content="structure provider:widgets" /> |
---|
7 | </tbody> |
---|
8 | </table> |
---|
9 | |
---|
10 | <div tal:condition="view/availableActions"> |
---|
11 | <input tal:repeat="action view/actions" |
---|
12 | tal:replace="structure action/render" |
---|
13 | /> |
---|
14 | </div> |
---|
15 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.