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