Changeset 551 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
25 Sep 2006, 10:40:18 (18 years ago)
Author:
joachim
Message:

added CourseId? widget
made adding in Academics Section work again

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  
    2727
    2828if 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()
    2933    return redirect("%s/academics_contents" % context.absolute_url())
    3034if isStudent:
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py

    r537 r551  
    3232utool = context.portal_url
    3333mtool = context.portal_membership
     34wftool = context.portal_workflow
    3435portal = utool.getPortalObject()
    3536portal_absolute_url = portal.absolute_url()
     
    8384    member.setProperties(last_login_time=current,login_time=current)
    8485    if info['review_state'] == "application_pin_entered":
     86        wftool.doActionFor(info['app'],'open',dest_container=info['app'])
    8587        return response.redirect("%s/passport_entry_view" % student.absolute_url())
    8688    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" />
    32<metal:block use-macro="here/layout_waeup_edit/macros/default_edit" />
  • WAeUP_SRP/trunk/skins/waeup_default/layout_waeup_edit.pt

    r486 r551  
    2020              cpsmcat nocall:here/translation_service;
    2121              ">
    22 <tal:block condition="python:1 or first_layout">
     22<tal:block condition="python:first_layout">
    2323  <tal:block
    2424  content="structure string:<form id='editForm' action='${formaction}' method='post'
Note: See TracChangeset for help on using the changeset viewer.