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/applicants/browser_templates/applicantscontainermanagepage.pt

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