Ignore:
Timestamp:
13 Jan 2012, 06:50:00 (13 years ago)
Author:
Henrik Bettermann
Message:

Move form status message to site layout pagetemplates. This saves a lot of code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/changepw.pt

    r7459 r7463  
    55    tal:condition="view/label"
    66    tal:content="view/label">Label</h2>
    7 
    8   <div class="alert-message error"
    9     tal:define="status view/status"
    10     tal:condition="status">
    11     Form Status:
    12     <span i18n:translate="" tal:content="view/status">
    13       Form status summary
    14     </span>
    15   </div>
    167
    178  <table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.