- Timestamp:
- 18 Jul 2006, 12:03:12 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/workflows.xml
r324 r334 2 2 <object name="portal_workflow" meta_type="CPS Workflow Tool"> 3 3 <property name="title"></property> 4 <object name="section_content_wf" meta_type="CPS Workflow"/> 5 <object name="section_folder_wf" meta_type="CPS Workflow"/> 4 6 <object name="waeup_academics_wf" meta_type="CPS Workflow"/> 5 7 <object name="waeup_accommodation_wf" meta_type="CPS Workflow"/> … … 13 15 <object name="waeup_student_wf" meta_type="CPS Workflow"/> 14 16 <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"/> 15 21 <bindings> 16 22 <default/> … … 30 36 <bound-workflow workflow_id="waeup_base_wf"/> 31 37 </type> 38 <type type_id="CertificateCourse"> 39 <bound-workflow workflow_id="waeup_base_wf"/> 40 </type> 32 41 <type type_id="CertificatesFolder"> 33 42 <bound-workflow workflow_id="section_folder_wf"/> 34 </type>35 <type type_id="CertificateCourse">36 <bound-workflow workflow_id="waeup_base_wf"/>37 43 </type> 38 44 <type type_id="Course"> 39 45 <bound-workflow workflow_id="waeup_base_wf"/> 40 46 </type> 47 <type type_id="CourseTicket"> 48 <bound-workflow workflow_id="waeup_base_wf"/> 49 </type> 41 50 <type type_id="CoursesFolder"> 42 51 <bound-workflow workflow_id="section_folder_wf"/> 43 </type>44 <type type_id="CourseTicket">45 <bound-workflow workflow_id="waeup_base_wf"/>46 52 </type> 47 53 <type type_id="Department"> … … 57 63 <bound-workflow workflow_id="workspace_folder_wf"/> 58 64 </type> 65 <type type_id="Section"> 66 <bound-workflow workflow_id="section_folder_wf"/> 67 </type> 59 68 <type type_id="Semester"> 60 <bound-workflow workflow_id=" waeup_base_wf"/>69 <bound-workflow workflow_id="section_folder_wf"/> 61 70 </type> 62 71 <type type_id="Student"> … … 79 88 </type> 80 89 <type type_id="StudyLevel"> 81 <bound-workflow workflow_id=" waeup_base_wf"/>90 <bound-workflow workflow_id="section_folder_wf"/> 82 91 </type> 83 92 <type type_id="University"> 84 93 <bound-workflow workflow_id="section_folder_wf"/> 85 94 </type> 95 <type type_id="Workspace"> 96 <bound-workflow workflow_id="workspace_folder_wf"/> 97 </type> 86 98 </bindings> 87 99 </object> -
WAeUP_SRP/trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt
r332 r334 29 29 tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_type and direction=='asc','type_desc','type_asc'))" 30 30 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"> 32 32 <strong tal:define="sort_title python:sort_by=='title'" 33 33 tal:omit-tag="not:sort_title"><a href="" 34 34 tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_title and direction=='asc','title_desc','title_asc'))" 35 35 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"> 37 37 <strong tal:define="sort_title python:sort_by=='title'" 38 38 tal:omit-tag="not:sort_title"><a href="" -
WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py
r319 r334 17 17 from Products.CMFCore.utils import getToolByName 18 18 mtool = getToolByName(context, 'portal_membership') 19 return ['FacultyManager','DepartmentManager','SectionReader']20 19 return mtool.getCPSCandidateLocalRoles(context) 20 return ['SectionManager'] -
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.pt
r319 r334 39 39 > 40 40 <tal:block 41 condition="python: 1 or 'Student' in member.getRoles()"41 condition="python:0" 42 42 tal:define="dummy python: context.process_waeup_login(member=member,sc_pin=request.get('sc_pin'))" /> 43 43 <tal:block condition="first_time">
Note: See TracChangeset for help on using the changeset viewer.