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/applicantscontainermanagepage.pt

    r6332 r6344  
    22      class="edit-form" enctype="multipart/form-data">
    33  <h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2>
    4   <div class="form-status" tal:define="status view/status" tal:condition="status">
    5     <div i18n:translate="" tal:content="view/status"> Form status summary
    6     </div>
    7     <ul class="errors" tal:condition="view/errors">
    8       <li tal:repeat="error view/error_views">
    9         <span tal:replace="structure error">Error Type
    10         </span>
    11       </li>
    12     </ul>
     4  <div class="form-status"
     5    tal:define="status view/status"
     6    tal:condition="status">
     7    Form Status:
     8    <span i18n:translate="" tal:content="view/status">
     9      Form status summary
     10    </span>
    1311  </div>
    1412  <div id="tabs">
Note: See TracChangeset for help on using the changeset viewer.