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

    r7459 r7463  
    22tal:condition="view/label"
    33tal:content="view/label">Label</h2>
    4 
    5 <div class="alert-message error"
    6     tal:define="status view/status"
    7     tal:condition="status">
    8     Form Status:
    9     <span i18n:translate="" tal:content="view/status">
    10       Form status summary
    11     </span>
    12 </div>
    134
    145<form action="." tal:attributes="action request/URL" method="POST"
Note: See TracChangeset for help on using the changeset viewer.