Changeset 9417


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.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
Files:
2 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">
  • 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.