source:
main/waeup.sirp/trunk/src/waeup/sirp/widgets/objectwidget.pt
@
7795
Last change on this file since 7795 was 7795, checked in by , 13 years ago | |
---|---|
File size: 241 bytes |
Rev | Line | |
---|---|---|
[7795] | 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.