source: main/waeup.sirp/branches/ulif-fasttables/src/waeup/sirp/widgets/objectwidget.pt @ 5302

Last change on this file since 5302 was 5302, checked in by uli, 14 years ago

Move widgets from jambtables to widgets module.

File size: 210 bytes
Line 
1  <td class="row" tal:repeat="widget context/subwidgets">
2    <span tal:define="error widget/error"
3          tal:replace="structure error" tal:condition="error" />
4    <span tal:replace="structure widget" />
5  </td>
Note: See TracBrowser for help on using the repository browser.