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/hostels/browser_templates/containermanagepage.pt

    r7459 r7463  
    11<h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2>
    2 <div class="alert-message error" tal:define="status view/status" tal:condition="status"> Form Status:
    3   <span i18n:translate="" tal:content="view/status"> Form status summary
    4   </span>
    5 </div>
     2
    63<form action="." tal:attributes="action request/URL" method="POST" enctype="multipart/form-data">
    74  <table>
Note: See TracChangeset for help on using the changeset viewer.