Changeset 2388 for WAeUP_SRP/base/skins


Ignore:
Timestamp:
18 Oct 2007, 20:03:52 (17 years ago)
Author:
joachim
Message:

use_session = False

Location:
WAeUP_SRP/base/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/application_edit.py

    r2372 r2388  
    4141                                layout_id = 'student_application_fe',
    4242                                proxy=app,
    43                                 use_session=False)
     43                                use_session=True)
    4444
    4545psm = ""
  • WAeUP_SRP/base/skins/waeup_student/clearance_edit_form.pt

    r1737 r2388  
    22<metal:definemacro define-macro="clearance_edit_form">
    33<metal:usemacro use-macro=template>
    4 
    5   <metal:main fill-slot="main"
     4  <metal:block fill-slot="javascript_head_slot">
     5     <metal:header use-macro="context/kss_header_macros/macros/base_resources" />
     6     <metal:header use-macro="context/kss_header_macros/macros/kukit_resource" />
     7  </metal:block>
     8  <metal:block fill-slot="head_slot">
     9    <link tal:attributes="href string: ${context/portal_url}/clickme.css" rel="kinetic-stylesheet" type="text/kss" />
     10  </metal:block>
     11      <metal:main fill-slot="main"
    612           tal:define="
    713               info context/getClearanceInfo;">
    8                
    914      <metal:block tal:condition="not: info">
    1015        <span tal:content="here/illegal_view" />
     
    3035
    3136    <!--  Administration -->
     37    <div id="click-me">hallo</div>     
    3238    <tal:block condition="python: not(is_staff or is_so or is_student)">
    3339      <metal:block use-macro="here/error_not_found/macros/not_found" />
Note: See TracChangeset for help on using the changeset viewer.