Changeset 15570


Ignore:
Timestamp:
29 Aug 2019, 05:52:27 (5 years ago)
Author:
Henrik Bettermann
Message:

Update the congratulatory message.

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

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicantcheckstatus.pt

    r13422 r15570  
    3333</form>
    3434
    35 <div tal:condition="view/result" i18n:domain="waeup.kofa">
     35<p tal:condition="view/result" i18n:domain="waeup.kofa">
    3636  <br />
    3737  <tal:admitted condition="view/admitted">
    38     <p i18n:translate="app_admitted">
     38    <span i18n:translate="app_admitted">
    3939      <strong>Congratulations <span tal:replace="view/applicant/display_fullname"></span></strong>
    4040      <br /><br />
     
    4242      admission into the <span  i18n:name="entry_session" tal:replace="view/entry_session"></span>
    4343      Academic Session of <span  i18n:name="app_title" tal:replace="layout/getAppTitle"></span>.
    44     </p>
     44    </span>
    4545  </tal:admitted>
    4646  <tal:created condition="view/created">
    47     <p i18n:translate="appl_created">
    48       Your student record has already been created for you. Your new
    49       user name (= student id) is: <strong><span  i18n:name="student_id"
     47    <span i18n:translate="appl_created">
     48      Your student record has been created.
     49      <br /><br />
     50      Proceed to the <a  i18n:name="login_url"
     51      tal:attributes="href python: view.url(layout.site, 'login')">login form</a>,
     52      enter your new login credentials and change your password immediately after login.
     53      Your new user name i.e. student id is: <strong><span  i18n:name="student_id"
    5054      tal:replace="view/student_id">STUDENT_ID</span></strong>.
    5155      Your initial password is: <strong><span  i18n:name="appl_number"
    5256      tal:replace="view/password">PASSWORD</span></strong>.
    53       Please proceed to the <a  i18n:name="login_url"
    54       tal:attributes="href python: view.url(layout.site, 'login')">login form</a>,
    55       enter your new login credentials and change your password immediately after login.
    56     </p>
     57      <br /><br />
     58      Please you are expected to pay your acceptance fee to
     59      start your online clearance process.
     60      <br /><br />
     61      Thank you.
     62    </span>
    5763  </tal:created>
    5864
    5965  <tal:notadmitted condition="view/not_admitted">
    60     <p i18n:translate="">
     66    <span i18n:translate="">
    6167      Sorry, you have not been offered admission.
    62     </p>
     68    </span>
    6369  </tal:notadmitted>
    6470
    6571  <tal:submitted condition="view/submitted">
    66     <p i18n:translate="">
     72    <span i18n:translate="">
    6773      Your submitted application is being processed.
    68     </p>
     74    </span>
    6975  </tal:submitted>
    7076
    7177  <tal:notsubmitted condition="view/not_submitted">
    72     <p i18n:translate="">
     78    <span i18n:translate="">
    7379      You have not yet submitted your application.
    74     </p>
     80    </span>
    7581  </tal:notsubmitted>
    7682
    77 </div>
     83</p>
  • main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po

    r15540 r15570  
    9898msgid "appl_created"
    9999msgstr ""
    100 "Your student record has already been created for you and you can start your "
    101 "online clearance process. Please proceed to the ${login_url}, enter your new "
    102 "login credentials and change your password immediately after login. Your new "
    103 "user name (= student id) is: <strong>${student_id}</strong>. Your initial "
    104 "password is: <strong>${appl_number}</strong>.  Thank you."
    105100
    106101#: waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt:5
Note: See TracChangeset for help on using the changeset viewer.