Changeset 13676


Ignore:
Timestamp:
11 Feb 2016, 08:40:36 (9 years ago)
Author:
Henrik Bettermann
Message:

Change signature fields again.

File:
1 edited

Legend:

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

    r13649 r13676  
    244244        if self.context.student.current_mode in ('special_pg_ft', 'special_pg_pt'):
    245245            return (
    246                 [('' , _('Student\'s Signature'), '<br>')],
    247                 [('', _('Major Supervisor\'s Signature'), '<br>')],
    248                 [('', _('Co-Supervisor\'s Signature'), '<br>')],
    249                 [('', _('Head of Department\'s Signature'), '<br>')],
    250                 [('', _('Secretary\'s Signature'), '<br>')],
     246                [('I declare that all items of information supplied above are correct:' ,
     247                    _('Student'), '<br>')],
     248                [('We approved the above registration:',
     249                    _('Major Supervisor'), '<br>')],
     250                [('', _('Co-Supervisor'), '<br>')],
     251                [('', _('Head of Department'), '<br>')],
     252                [('The student has satisfied the conditions for renewal of '
     253                  'registration for graduate school programme in this university:',
     254                  _('Secretary <br /> (School of Postgraduate Studies)'), '<br>')],
     255                [('', _('Dean <br /> (School of Postgraduate Studies)'), '<br>')],
    251256                )
    252257        return None
Note: See TracChangeset for help on using the changeset viewer.