Ignore:
Timestamp:
16 Apr 2011, 14:26:00 (14 years ago)
Author:
uli
Message:

Add a confirm_passport attribute to applicants and reflect that change in form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit_pde.pt

    r5487 r5952  
    2323  <table class="form-fields">
    2424    <tbody>
    25       <tal:block repeat="widget view/widgets">
     25      <tal:block repeat="widget view/filteredWidgets">
    2626        <tr>
    2727          <td class="label" tal:define="hint widget/hint">
     
    5151      <tr>
    5252        <td colspan="2">
    53           <input type="checkbox" name="confirm" />
     53          <input class="hiddenType" id="form.confirm_passport.used"
     54                 name="form.confirm_passport.used" type="hidden" value="" />
     55          <input type="checkbox" name="form.confirm_passport"
     56                 tal:attributes="checked context/confirm_passport"
     57                 />
    5458          <label for="confirm"></label>
    5559<span>
Note: See TracChangeset for help on using the changeset viewer.