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

    r9413 r9417  
    101101          tal:define="status view/status|nothing"
    102102          tal:condition="status">
    103           <span i18n:translate="">
    104             Form Status:
    105           </span>
    106103          <span tal:content="view/status">
    107104            FORM STATUS SUMMARY
    108           </span>
     105          </span>:
    109106          <ul id="alert-error" tal:condition="view/errors">
    110107            <li tal:repeat="error view/error_views">
Note: See TracChangeset for help on using the changeset viewer.