Changeset 1238 for WAeUP_SRP/trunk


Ignore:
Timestamp:
8 Jan 2007, 13:45:24 (18 years ago)
Author:
joachim
Message:

more payments things

Location:
WAeUP_SRP/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts/payment.xml

    r1237 r1238  
    108108  <property name="hidden_layout_modes"/>
    109109  <property name="hidden_readonly_layout_modes"/>
    110  </widget>
    111  <table/>
    112    <table>
     110  </widget>
     111  <table>
    113112  <row>
    114113   <cell name="type_code"/>
  • WAeUP_SRP/trunk/skins/waeup_student/student_index.py

    r1163 r1238  
    1818member = pm.getAuthenticatedMember()
    1919
     20#from Products.zdb import set_trace;set_trace()
    2021if context.isStaff():
    2122    if context.portal_type == 'StudentStudyCourse':
     
    2526    elif context.portal_type == 'StudentClearance':
    2627        return context.clearance_view()
     28    elif context.portal_type == 'PaymentsFolder':
     29        return context.payments_view()
    2730    elif context.portal_type == 'Student':
    2831        return redirect("%s/student_view" % context.absolute_url())
Note: See TracChangeset for help on using the changeset viewer.