Ignore:
Timestamp:
10 Jun 2011, 06:58:09 (13 years ago)
Author:
Henrik Bettermann
Message:
  • Use user_data attribute to display more appropriate workflow messages.
  • confirm_passport must not be an attribute of Applicant. Use confirm_passport only in form to allow submission.
  • application_state must not be an attribute of Applicant.
File:
1 edited

Legend:

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

    r6307 r6322  
    5454        </tr>
    5555      </tal:block>
    56         <tr tal:condition="view/getTransitions">
     56        <tr tal:condition="view/manage_applications">
    5757        <td class="label"><label>Application Transition:</label></td>
    5858        <td>
     
    6868  </table>
    6969
     70  <p tal:condition="not: view/manage_applications">
     71    <input class="checkboxType" id="confirm_passport" name="confirm_passport" type="checkbox" value="True"/>
     72    I confirm that the Passport Photograph uploaded on this form is a true picture of me.
     73  </p>
     74
    7075  <div id="actionsView">
    7176    <span class="actionButtons" tal:condition="view/availableActions">
Note: See TracChangeset for help on using the changeset viewer.