source:
main/waeup.sirp/branches/ulif-groktoolkit-1.4/src/waeup/sirp/widgets/objectwidget.pt
@
10009
Last change on this file since 10009 was 5328, checked in by , 14 years ago | |
---|---|
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.