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

    r6175 r6344  
    11<h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2>
    2 <div class="form-status" tal:define="status view/status" tal:condition="status">
    3     <div i18n:translate="" tal:content="view/status"> Form status summary
    4     </div>
    5     <ul class="errors" tal:condition="view/errors">
    6         <li tal:repeat="error view/error_views">
    7             <span tal:replace="structure error">Error Type
    8             </span> </li>
    9     </ul>
     2<div class="form-status"
     3    tal:define="status view/status"
     4    tal:condition="status">
     5    Form Status:
     6    <span i18n:translate="" tal:content="view/status">
     7      Form status summary
     8    </span>
    109</div>
    1110<form action="." tal:attributes="action request/URL" method="POST" class="edit-form" enctype="multipart/form-data">
Note: See TracChangeset for help on using the changeset viewer.