Ignore:
Timestamp:
29 Oct 2012, 08:08:23 (12 years ago)
Author:
Henrik Bettermann
Message:

Move student workflow history to the bottom. Reformat pdf slips slightly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py

    r9397 r9452  
    287287    icon = 'actionicon_pdf.png'
    288288    text = _('Download clearance slip')
    289     target = 'clearance.pdf'
     289    target = 'clearance_slip.pdf'
    290290
    291291class ClearanceViewActionButton(ManageActionButton):
     
    395395    icon = 'actionicon_pdf.png'
    396396    text = _('Download course registration slip')
    397     target = 'course_registration.pdf'
     397    target = 'course_registration_slip.pdf'
    398398
    399399    @property
     
    466466    icon = 'actionicon_pdf.png'
    467467    text = _('Download bed allocation slip')
    468     target = 'bed_allocation.pdf'
     468    target = 'bed_allocation_slip.pdf'
    469469
    470470class RelocateStudentActionButton(ManageActionButton):
Note: See TracChangeset for help on using the changeset viewer.