source: main/waeup.sirp/branches/ulif-fasttables/src/waeup/sirp/jambtables/resultsentrywidget.pt @ 5277

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

Add widget for resultentries. This could be used/named in a much wider field.

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.