Ignore:
Timestamp:
25 Oct 2012, 11:42:48 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove redundant information from form status box.

Show extended information on form status also to students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/studentsitelayout.pt

    r8736 r9417  
    8585          tal:define="status view/status|nothing"
    8686          tal:condition="status">
    87           <span i18n:translate="">
    88             Form Status:
    89           </span>
    9087          <span tal:content="view/status">
    9188            FORM STATUS SUMMARY
    92           </span>
     89          </span>:
     90          <ul id="alert-error" tal:condition="view/errors">
     91            <li tal:repeat="error view/error_views">
     92               <span tal:replace="structure error">Error Type</span>
     93            </li>
     94          </ul>
    9395        </div>
    9496        <div class="pull-right">
Note: See TracChangeset for help on using the changeset viewer.