source:
main/waeup.sirp/trunk/src/waeup/sirp/widgets/objectwidget.pt
@
7798
Last change on this file since 7798 was 7795, checked in by , 13 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | <div class="row"> |
2 | <span tal:repeat="widget context/subwidgets"> |
3 | <span tal:define="error widget/error" |
4 | tal:replace="structure error" tal:condition="error" /> |
5 | <span tal:replace="structure widget" /> |
6 | </span> |
7 | </div> |
Note: See TracBrowser for help on using the repository browser.