Changeset 551 for WAeUP_SRP/trunk/skins
- Timestamp:
- 25 Sep 2006, 10:40:18 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 6 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/academics_index.py
r542 r551 27 27 28 28 if isManager: 29 if context.portal_type == 'AcademicsFolder': 30 return context.academics.academics_index_view() 31 elif context.portal_type == 'Faculty': 32 return context.faculty_index_view() 29 33 return redirect("%s/academics_contents" % context.absolute_url()) 30 34 if isStudent: -
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py
r537 r551 32 32 utool = context.portal_url 33 33 mtool = context.portal_membership 34 wftool = context.portal_workflow 34 35 portal = utool.getPortalObject() 35 36 portal_absolute_url = portal.absolute_url() … … 83 84 member.setProperties(last_login_time=current,login_time=current) 84 85 if info['review_state'] == "application_pin_entered": 86 wftool.doActionFor(info['app'],'open',dest_container=info['app']) 85 87 return response.redirect("%s/passport_entry_view" % student.absolute_url()) 86 88 return response.redirect("%s" % student.absolute_url()) -
WAeUP_SRP/trunk/skins/waeup_default/layout_waeup_create.pt
r486 r551 1 <tal:block define="global creation python:1; 2 global formaction string:apply_admission" /> 1 <tal:block define="global creation python:1" /> 3 2 <metal:block use-macro="here/layout_waeup_edit/macros/default_edit" /> -
WAeUP_SRP/trunk/skins/waeup_default/layout_waeup_edit.pt
r486 r551 20 20 cpsmcat nocall:here/translation_service; 21 21 "> 22 <tal:block condition="python: 1 orfirst_layout">22 <tal:block condition="python:first_layout"> 23 23 <tal:block 24 24 content="structure string:<form id='editForm' action='${formaction}' method='post'
Note: See TracChangeset for help on using the changeset viewer.