Ignore:
Timestamp:
31 Oct 2015, 06:36:51 (9 years ago)
Author:
Henrik Bettermann
Message:

Give the names to the dynamic part of pagetemplates.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates
Files:
2 edited

Legend:

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

    r13365 r13366  
    3939    <p i18n:translate="">
    4040      <strong>Congratulations!</strong> You have been offered provisional
    41       admission into the <span tal:replace="view/entry_session"></span>
    42       Academic Session of <span tal:replace="layout/getAppTitle"></span>.
     41      admission into the <span  i18n:name="entry_session" tal:replace="view/entry_session"></span>
     42      Academic Session of <span  i18n:name="app_title" tal:replace="layout/getAppTitle"></span>.
    4343    </p>
    4444    <span tal:condition="view/course_admitted">
     
    7070    <p i18n:translate="">
    7171      Your student record has already been created for you. Your new
    72       user name (= student id) is: <strong><span tal:replace="view/student_id">STUDENT_ID</span></strong>.
    73       Your initial password is: <strong><span tal:replace="view/password">PASSWORD</span></strong>.
    74       Please proceed to the <a tal:attributes="href python: view.url(layout.site, 'login')">login form</a>,
     72      user name (= student id) is: <strong><span  i18n:name="student_id"
     73      tal:replace="view/student_id">STUDENT_ID</span></strong>.
     74      Your initial password is: <strong><span  i18n:name="password"
     75      tal:replace="view/password">PASSWORD</span></strong>.
     76      Please proceed to the <a  i18n:name="login_url"
     77      tal:attributes="href python: view.url(layout.site, 'login')">login form</a>,
    7578      enter your new login credentials and change your password immediately after login.
    7679    </p>
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/prefillcontainer.pt

    r13232 r13366  
    1515    <br />
    1616    <label i18n:translate="">
    17      Pre-fill '<span tal:replace="context/code">CODE</span>' container with
     17     Pre-fill '<span  i18n:name="code" tal:replace="context/code">CODE</span>' container with
    1818    </label>
    1919    <select id="number" name="number" class="form-control half">
Note: See TracChangeset for help on using the changeset viewer.