Changeset 11873


Ignore:
Timestamp:
22 Oct 2014, 14:11:24 (10 years ago)
Author:
Henrik Bettermann
Message:

Rename 'Study Course', 'Phone', 'Email', 'Faculty'.

Edit text on slips.

Location:
main/waeup.kwarapoly/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/CHANGES.txt

    r11864 r11873  
    441.2dev (unreleased)
    55===================
     6
     7* Rename 'Study Course', 'Phone', 'Email', 'Faculty'.
    68
    79* Add PIN fields to first and second sitting sections on UG clearance form'.
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/locales/en/LC_MESSAGES/waeup.kofa.po

    r10723 r11873  
    99"Content-Type: text/plain; charset=iso-8859-1\n"
    1010"Content-Transfer-Encoding: 8bit\n"
     11"Language: en\n"
     12"X-Generator: Poedit 1.6.5\n"
    1113
    1214msgid "Upload portrait"
     
    1921msgstr "Change photo"
    2022
     23msgid "Faculty"
     24msgstr "Institute"
     25
     26msgid "Faculty:"
     27msgstr "Institute:"
     28
     29msgid "Faculties"
     30msgstr "Institutes"
     31
     32msgid "The faculty code chosen already exists."
     33msgstr "The institute code chosen already exists."
     34
     35msgid "Manage faculty"
     36msgstr "Manage institute"
     37
     38msgid "Add faculty"
     39msgstr "Add institute"
     40
     41msgid "The code chosen already exists in this faculty."
     42msgstr "The code chosen already exists in this institute."
     43
     44msgid "Faculty Code"
     45msgstr "Institute Code"
     46
     47msgid "Name of faculty"
     48msgstr "Name of institute"
     49
     50msgid "Email"
     51msgstr "Email Address"
     52
     53msgid "Email:"
     54msgstr "Email Address:"
     55
     56msgid "Phone"
     57msgstr "GSM Number"
     58
     59msgid "Phone:"
     60msgstr "GSM Number:"
     61
     62msgid "Study Course"
     63msgstr "Course of Study"
     64
     65msgid "Study Course:"
     66msgstr "Course of Study:"
     67
     68msgid "Desired Study Courses"
     69msgstr "Desired Courses of Study"
     70
     71msgid "Previous Study Course"
     72msgstr "Previous Course of Study"
     73
     74msgid "${a}: Study Course"
     75msgstr "${a}: Course of Study"
     76
     77msgid "${a}: Previous Study Course"
     78msgstr "${a}: Previous Course of Study"
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/browser.py

    r11864 r11873  
    210210
    211211class ExportPDFAdmissionNotificationPage(UtilityView, grok.View):
    212     """Deliver a PDF Admission nostification slip.
     212    """Deliver a PDF Admission notification slip.
    213213    """
    214214    grok.context(ICustomStudent)
     
    336336        return students_utils.renderPDF(
    337337            self, 'registration_slip.pdf',
    338             self.context.student, studentview, signatures=([_('Bursar')],),
     338            self.context.student, studentview, signatures=None,
    339339            omit_fields=self.omit_fields,
    340340            note=post_text_registration)
    341341
    342 post_text_registration = """<br /><br /><br /><br />
    343 <strong>IMPORTANTANT NOTICE</strong>
     342post_text_registration = """<br /><br />
     343<strong>IMPORTANT NOTICE</strong>
    344344<br /><br />
    345 This registration slip must be submitted before attendance of lectures. Note that:<br /><br />
     345This registration slip must be supplied before attendance of lectures. Note that:<br /><br />
    3463461. All fees due must be paid in full.<br /><br />
    3473472. All information required must be available on the Registration Form.<br /><br />
    3483483. The Signature of all appropriate Polytechnic Authority must be obtained.<br /><br />
    3493494. The endorsed Registration Form should be returned to the respective Institutes and Administrative Offices.<br /><br />
    350 5. No student may change his subject or course of study as shown in the signed Registration Form without clearance from Admissions Office and the Director of the appropriate Institute.
     3505. No student may change his subject or course of study as shown in the signed Registration Form without clearance from the Admissions Office and the Director of the appropriate Institute.<br /><br />
     3516. All candidates admitted into the HND I programmes should submit the photocopies of their original certificates of ND and SSCE with scratch card online for clearance latest a week after the admission is offered. Failure to comply with this directive may lead to the forfeiture of the admission.<br /><br />
     352
     353M.O. Adebayo<br />
     354Admission Officer<br />
     355For: Registrar
    351356"""
    352357
     
    354359<strong>INSTRUCTIONS TO FRESHERS</strong>
    355360<br /><br />
    356 You are hereby offered a provisional admission for the 2013/2014 session subject to the conditions that:
     361You are hereby offered a provisional admission for the 2014/2015 session subject to the conditions that:
    357362<br /><br />
    3583631. The information given in your Application Form is correct.<br /><br />
     
    36837311. You are prepared to take up accommodation provided on the campuses by the authority.<br /><br />
    36937412. There will be no refund of school fees once paid.<br /><br />
    370 13. If you accept this offer with above stated conditions, please make a photocopy of this document and return it to the Admission Office immediately.<br /><br />
    371 14. You possess the entry requirement for the programme you are admitted into before making payment of school fees and registration.<br /><br />
     37513. If you accept this offer with the above stated conditions, please make a photocopy of this document and return it to the Admission Office immediately.<br /><br />
     37614. You possess the entry requirement for the programme you are admitted.<br /><br />
     377
     378M.O. Adebayo<br />
     379Admission Officer<br />
     380For: Registrar
    372381"""
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/tests/test_browser.py

    r11865 r11873  
    439439        self.browser.getControl(name="form.password").value = 'spwd'
    440440        self.browser.getControl("Login").click()
    441         self.browser.getLink("Study Course").click()
     441        self.browser.getLink("Course of Study").click()
    442442        self.browser.getLink("Add course list").click()
    443443        self.assertMatches('...Add current level 100 (Year 1)...',
Note: See TracChangeset for help on using the changeset viewer.