Ignore:
Timestamp:
11 Jun 2011, 05:37:42 (13 years ago)
Author:
Henrik Bettermann
Message:

Adjust form status summary throughout the portal. Do not display errors in status summary. These errors can be found the form too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontaineraddpage.pt

    r6107 r6344  
    99    tal:define="status view/status"
    1010    tal:condition="status">
    11 
    12     <div i18n:translate="" tal:content="view/status">
     11    Form Status:
     12    <span i18n:translate="" tal:content="view/status">
    1313      Form status summary
    14     </div>
    15 
    16     <ul class="errors" tal:condition="view/errors">
    17       <li tal:repeat="error view/error_views">
    18          <span tal:replace="structure error">Error Type</span>
    19       </li>
    20     </ul>
     14    </span>
    2115  </div>
    2216
Note: See TracChangeset for help on using the changeset viewer.