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

    r6025 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
     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>
    1112</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>
    18 </div>
    19 
    2013
    2114<form action="." tal:attributes="action request/URL" method="POST"
Note: See TracChangeset for help on using the changeset viewer.