Last change
on this file since 17952 was
14013,
checked in by Henrik Bettermann, 8 years ago
|
Break line in object display widgets.
|
File size:
381 bytes
|
Rev | Line | |
---|
[7802] | 1 | <span tal:repeat="widget context/subwidgets"> |
---|
| 2 | <span tal:define="error widget/error" |
---|
| 3 | tal:replace="structure error" tal:condition="error" /> |
---|
[14011] | 4 | <span class="hint" tal:condition="widget/hint"> |
---|
| 5 | <span tal:content="widget/hint" />: |
---|
| 6 | </span> |
---|
[7802] | 7 | <span tal:replace="structure widget" /> |
---|
[14013] | 8 | <span tal:condition="python: context.display and widget.hint"> |
---|
| 9 | <br /> |
---|
| 10 | </span> |
---|
[7802] | 11 | </span> |
---|
Note: See
TracBrowser for help on using the repository browser.