Ignore:
Timestamp:
25 Oct 2012, 09:41:26 (12 years ago)
Author:
Henrik Bettermann
Message:

Display reasons for form validation error. This is important to understand invariant or constraint errors.

File:
1 edited

Legend:

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

    r8736 r9413  
    107107            FORM STATUS SUMMARY
    108108          </span>
     109          <ul id="alert-error" tal:condition="view/errors">
     110            <li tal:repeat="error view/error_views">
     111               <span tal:replace="structure error">Error Type</span>
     112            </li>
     113          </ul>
    109114        </div>
    110115        <div class="pull-right">
Note: See TracChangeset for help on using the changeset viewer.