Ignore:
Timestamp:
16 Nov 2006, 06:06:53 (18 years ago)
Author:
Henrik Bettermann
Message:

layout of admission form/slip modified

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt

    r869 r871  
    2222      </h3>
    2323
    24       <h4>Application Data</h4>
     24      <br />
    2525      <span tal:omit-tag=""
    2626            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
     
    2929            />
    3030
    31       <h4>Study Course</h4>
     31      <h4>Your Study Course:</h4>
    3232      <table tal:define="sc python: info['course_doc']">
    3333        <tr>
  • WAeUP_SRP/trunk/skins/waeup_student/admission_slip.pt

    r843 r871  
    1212      <br />
    1313     
    14       <h4>Application Data</h4>
    1514      <span tal:omit-tag=""
    1615            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
     
    1918            />
    2019
    21       <h4>Study Course</h4>
     20      <h4>Your Study Course:</h4>
    2221      <table tal:define="sc python: info['course_doc']">
    2322        <tr>
  • WAeUP_SRP/trunk/skins/waeup_student/isClearanceOfficer.py

    r870 r871  
    2121if info['course'] is None:
    2222    return False
    23    
     23
    2424res = context.portal_catalog(portal_type="Department",id=info['course_doc'].department)
    2525if len(res) != 1:
     
    2727
    2828roles = member.getRolesInContext(res[0].getObject())
    29    
    30 return "ClearanceOfficer" in roles
    3129
     30return "ClearanceOfficer" in roles or context.isManager
     31
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt

    r826 r871  
    1212          <img src="img" tal:replace="structure cell/widget_rendered" />
    1313      </tal:block>
     14     
     15      <br />
    1416
    1517      <table width="" cellpadding="2" cellspacing="0" summary="Form layout">
Note: See TracChangeset for help on using the changeset viewer.