Ignore:
Timestamp:
11 Apr 2012, 07:42:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Define separator headlines on clearance forms.

Catch ConstraintNotSatisfied? exception if selected level is wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/default_waeup_display_form.pt

    r7634 r8099  
    11<table class="form-table">
    22  <tbody>
    3     <tal:block repeat="widget view/widgets">
    4       <tr>
    5         <td class="fieldname">
    6           <tal:block content="widget/label"/>:
    7         </td>
    8         <td>
    9           <input tal:replace="structure widget" />
    10         </td>
    11       </tr>
    12     </tal:block>
     3    <tal:widgets content="structure provider:widgets" />
    134    <tal:files content="structure provider:files" />
    145  </tbody>
Note: See TracChangeset for help on using the changeset viewer.