source:
main/waeup.kofa/branches/0.2/src/waeup/kofa/widgets/objectwidget.pt
@
17931
Last change on this file since 17931 was 7802, checked in by , 13 years ago | |
---|---|
File size: 195 bytes |
Line | |
---|---|
1 | <span 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 | </span> |
Note: See TracBrowser for help on using the repository browser.