Changeset 13547 for main


Ignore:
Timestamp:
17 Dec 2015, 06:12:49 (9 years ago)
Author:
Henrik Bettermann
Message:

Confirmation check box must be available in template.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r13546 r13547  
    231231    """
    232232
    233     grok.template('transcriptapplicanteditpage')
     233    grok.template('applicanteditpage')
    234234
    235235    @property
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicanteditpage.pt

    r13541 r13547  
    6969  </table>
    7070
     71  <div tal:condition="python: not view.manage_applications and not view.target == 'trans'">
     72    <input id="confirm_passport" name="confirm_passport"
     73           type="checkbox" value="True"/>&nbsp;&nbsp;
     74    <span i18n:translate="">
     75     I hereby confirm that the Passport Photograph uploaded on this form is a
     76     true picture of me. I also acknowledge by ticking this check box that,
     77     if discovered at any time that I do not possess any of the qualifications
     78     which I claim I have obtained, I will be expelled from the University
     79     and shall not be re-admitted for the same or any other programme,
     80     even if I have upgraded my previous qualifications or possess additional
     81     qualifications.
     82    </span>
     83  </div>
     84  <div tal:condition="python: not view.manage_applications and view.target == 'trans'">
     85    <input id="confirm_passport" name="confirm_passport"
     86           type="checkbox" value="True"/>&nbsp;&nbsp;
     87    <span i18n:translate="">
     88     I hereby confirm that the Passport Photograph uploaded on this form is a
     89     true picture of me.
     90    </span>
     91  </div>
    7192  <br />
    7293
  • main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po

    r13373 r13547  
    4444msgid "Credits"
    4545msgstr "Units"
    46 
    47 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:66
    48 msgid ""
    49 "I confirm that the Passport Photograph uploaded on this form is a true "
    50 "picture of me."
    51 msgstr ""
    52 "I hereby confirm that the Passport Photograph uploaded on this form is a "
    53 "true picture of me. I also acknowledge by ticking this check box that, if "
    54 "discovered at any time that I do not possess any of the qualifications which "
    55 "I claim I have obtained, I will be expelled from the University and shall "
    56 "not be re-admitted for the same or any other programme, even if I have "
    57 "upgraded my previous qualifications or possess additional qualifications."
    5846
    5947#: waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt:69
Note: See TracChangeset for help on using the changeset viewer.