Ignore:
Timestamp:
27 Sep 2006, 21:45:50 (18 years ago)
Author:
joachim
Message:

fixed button functions, level_index_view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/getFacultiesInfo.py

    r551 r573  
    2424info['is_manager'] = 'Manager' in roles or 'SectionManager' in roles
    2525info['is_student'] = 'Student' in roles
    26 info['action'] = "%s/academics_index_view" % context.campus.absolute_url()
     26info['action'] = "%s" % context.campus.absolute_url()
    2727info['choosen_ids'] = request.get('ids',[])
    2828items = []
Note: See TracChangeset for help on using the changeset viewer.