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/browser/templates/facultycontainermanagepage.pt

    r6177 r6344  
    44
    55<div class="form-status"
    6      tal:define="status view/status"
    7      tal:condition="status">
    8 
    9   <div i18n:translate="" tal:content="view/status">
    10     Form status summary
    11   </div>
    12 
    13   <ul class="errors" tal:condition="view/errors">
    14     <li tal:repeat="error view/error_views">
    15       <span tal:replace="structure error">Error Type</span>
    16     </li>
    17   </ul>
     6    tal:define="status view/status"
     7    tal:condition="status">
     8    Form Status:
     9    <span i18n:translate="" tal:content="view/status">
     10      Form status summary
     11    </span>
    1812</div>
    1913
Note: See TracChangeset for help on using the changeset viewer.