Ignore:
Timestamp:
5 Jul 2012, 20:13:52 (12 years ago)
Author:
Henrik Bettermann
Message:

Do not show hint (field description) on display form pages by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/widgets.pt

    r8045 r8922  
    1818        <div tal:content="structure widget/error">ERROR</div>
    1919      </tal:error>
    20       <tal:hint tal:condition="widget/hint">
     20      <tal:hint
     21        tal:condition="python: widget.hint and not getattr(view,'hide_hint',False)">
    2122        <div class="hint" tal:content="structure widget/hint">HINT</div>
    2223      </tal:hint>
Note: See TracChangeset for help on using the changeset viewer.