Changeset 334 for WAeUP_SRP


Ignore:
Timestamp:
18 Jul 2006, 12:03:12 (18 years ago)
Author:
joachim
Message:

Semester + StudyLevel? WF auf section_folder_wf
Title in academics_contents linksbündig

Location:
WAeUP_SRP/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/workflows.xml

    r324 r334  
    22<object name="portal_workflow" meta_type="CPS Workflow Tool">
    33 <property name="title"></property>
     4 <object name="section_content_wf" meta_type="CPS Workflow"/>
     5 <object name="section_folder_wf" meta_type="CPS Workflow"/>
    46 <object name="waeup_academics_wf" meta_type="CPS Workflow"/>
    57 <object name="waeup_accommodation_wf" meta_type="CPS Workflow"/>
     
    1315 <object name="waeup_student_wf" meta_type="CPS Workflow"/>
    1416 <object name="waeup_workspace_wf" meta_type="CPS Workflow"/>
     17 <object name="workspace_calendar_wf" meta_type="CPS Workflow"/>
     18 <object name="workspace_content_wf" meta_type="CPS Workflow"/>
     19 <object name="workspace_folder_wf" meta_type="CPS Workflow"/>
     20 <object name="workspace_folderish_content_wf" meta_type="CPS Workflow"/>
    1521 <bindings>
    1622  <default/>
     
    3036   <bound-workflow workflow_id="waeup_base_wf"/>
    3137  </type>
     38  <type type_id="CertificateCourse">
     39   <bound-workflow workflow_id="waeup_base_wf"/>
     40  </type>
    3241  <type type_id="CertificatesFolder">
    3342   <bound-workflow workflow_id="section_folder_wf"/>
    34   </type>
    35   <type type_id="CertificateCourse">
    36    <bound-workflow workflow_id="waeup_base_wf"/>
    3743  </type>
    3844  <type type_id="Course">
    3945   <bound-workflow workflow_id="waeup_base_wf"/>
    4046  </type>
     47  <type type_id="CourseTicket">
     48   <bound-workflow workflow_id="waeup_base_wf"/>
     49  </type>
    4150  <type type_id="CoursesFolder">
    4251   <bound-workflow workflow_id="section_folder_wf"/>
    43   </type>
    44   <type type_id="CourseTicket">
    45    <bound-workflow workflow_id="waeup_base_wf"/>
    4652  </type>
    4753  <type type_id="Department">
     
    5763   <bound-workflow workflow_id="workspace_folder_wf"/>
    5864  </type>
     65  <type type_id="Section">
     66   <bound-workflow workflow_id="section_folder_wf"/>
     67  </type>
    5968  <type type_id="Semester">
    60    <bound-workflow workflow_id="waeup_base_wf"/>
     69   <bound-workflow workflow_id="section_folder_wf"/>
    6170  </type>
    6271  <type type_id="Student">
     
    7988  </type>
    8089  <type type_id="StudyLevel">
    81    <bound-workflow workflow_id="waeup_base_wf"/>
     90   <bound-workflow workflow_id="section_folder_wf"/>
    8291  </type>
    8392  <type type_id="University">
    8493   <bound-workflow workflow_id="section_folder_wf"/>
    8594  </type>
     95  <type type_id="Workspace">
     96   <bound-workflow workflow_id="workspace_folder_wf"/>
     97  </type>
    8698 </bindings>
    8799</object>
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt

    r332 r334  
    2929           tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_type and direction=='asc','type_desc','type_asc'))"
    3030           i18n:translate="label_info_tab_type"></a></strong></th>
    31       <th tal:condition="title_in_tabs" align="center">
     31      <th tal:condition="title_in_tabs" align="left">
    3232        <strong tal:define="sort_title python:sort_by=='title'"
    3333           tal:omit-tag="not:sort_title"><a href=""
    3434           tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_title and direction=='asc','title_desc','title_asc'))"
    3535           i18n:translate="label_info_tab_title"></a></strong></th>
    36       <th tal:condition="long_title_in_tabs" align="center">
     36      <th tal:condition="long_title_in_tabs" align="left">
    3737        <strong tal:define="sort_title python:sort_by=='title'"
    3838           tal:omit-tag="not:sort_title"><a href=""
  • WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py

    r319 r334  
    1717from Products.CMFCore.utils import getToolByName
    1818mtool = getToolByName(context, 'portal_membership')
    19 return ['FacultyManager','DepartmentManager','SectionReader']
    2019return mtool.getCPSCandidateLocalRoles(context)
     20return ['SectionManager']
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.pt

    r319 r334  
    3939                   >
    4040          <tal:block
    41               condition="python:1 or 'Student' in member.getRoles()"
     41              condition="python:0"
    4242              tal:define="dummy python: context.process_waeup_login(member=member,sc_pin=request.get('sc_pin'))" />
    4343          <tal:block condition="first_time">
Note: See TracChangeset for help on using the changeset viewer.