source: main/waeup.sirp/branches/ulif-fasttables/src/waeup/sirp/jambtables/objectwidget.pt @ 5298

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

Rename resultsentrywidget to objectwidget. There is nothing resultentry-specific in that widget.

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.