Changeset 290 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 10 Jul 2006, 20:04:08 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/faculty.xml
r199 r290 28 28 <property name="size_max">200</property> 29 29 </widget> 30 <widget name="institution_type" meta_type="Select Widget"> 31 <property name="title">Type of Institution</property> 32 <property name="fields"> 33 <element value="institution_type"/> 34 </property> 35 <property name="label">Type of Institution</property> 36 <property name="label_edit">Type of Institution</property> 37 <property name="readonly_layout_modes"/> 38 <property name="hidden_layout_modes"/> 39 <property name="hidden_readonly_layout_modes"/> 40 <property name="vocabulary">institution_types_voc</property> 41 </widget> 30 42 <table> 31 43 <row> 32 44 <cell name="Title"/> 45 </row> 46 <row> 47 <cell name="institution_type"/> 33 48 </row> 34 49 <row> -
WAeUP_SRP/trunk/profiles/default/schemas/faculty.xml
r199 r290 1 1 <?xml version="1.0"?> 2 <object name="faculty" meta_type="CPS Schema"/> 2 <object name="faculty" meta_type="CPS Schema"> 3 <field name="institution_type" meta_type="CPS String Field"/> 4 </object> -
WAeUP_SRP/trunk/profiles/default/types/AcademicsFolder.xml
r279 r290 43 43 <action title="Add Faculty" action_id="add_faculty" category="object" 44 44 condition_expr="python:True or member and 'UniversityManager'in member.getRoles()" 45 url_expr="string:${object/absolute_url}/c reate_common?type_name=Faculty"45 url_expr="string:${object/absolute_url}/content_create?type_name=Faculty" 46 46 visible="True"/> 47 47 <action title="action_folder_contents" action_id="contents" category="object" -
WAeUP_SRP/trunk/profiles/default/types/Department.xml
r274 r290 43 43 condition_expr="python:member and 'Manager' in member.getRoles()" 44 44 url_expr="string:${object_url}/cpsdocument_edit_form" visible="True"> 45 <permission value=" Modify portal content"/>45 <permission value=""/> 46 46 </action> 47 47 <action title="Add Course" action_id="create_course" category="object" 48 condition_expr="" url_expr="string:${object/absolute_url}/c reate_course"48 condition_expr="" url_expr="string:${object/absolute_url}/content_create?type_name=Course" 49 49 visible="True"> 50 <permission value="University Manage"/> 50 <permission value=""/> 51 </action> 52 <action title="Add Certificate" action_id="create_certificate" category="object" 53 condition_expr="" url_expr="string:${object/absolute_url}/content_create?type_name=Certificate" 54 visible="True"> 51 55 </action> 52 56 <action title="action_folder_contents" action_id="contents" category="object" 53 57 condition_expr="python:member and 'Manager' in member.getRoles()" 54 58 url_expr="string:${object_url}/folder_contents" visible="True"> 55 <permission value=" Modify portal content"/>59 <permission value=""/> 56 60 </action> 57 61 <action title="action_metadata" action_id="metadata" category="object" -
WAeUP_SRP/trunk/profiles/default/types/Faculty.xml
r274 r290 45 45 </action> 46 46 <action title="Add Department" action_id="add_department" category="object" 47 url_expr="string:${object/absolute_url}/content_create?type_name=Department" 47 48 condition_expr="" 48 url_expr="string:${object/absolute_url}/create_common?type_name=Department"49 49 visible="True"> 50 <permission value=" University Manage"/>50 <permission value=""/> 51 51 </action> 52 52 <action title="action_folder_contents" action_id="contents" category="object" 53 53 condition_expr="" url_expr="string:${object_url}/folder_contents" 54 54 visible="False"> 55 <permission value=" University Manage"/>55 <permission value=""/> 56 56 </action> 57 57 <action title="action_metadata" action_id="metadata" category="object" … … 65 65 <permission value="Modify portal content"/> 66 66 </action> 67 <action title="Add Faculty" action_id="add_faculty" category="object"68 condition_expr="python:member and 'UniversityManager'in member.getRoles()"69 url_expr="string:${object/absolute_url}/create_common?type_name=Faculty"70 visible="True">71 <permission value="University Manage"/>72 </action>73 67 </object> -
WAeUP_SRP/trunk/profiles/default/vocabularies.xml
r238 r290 4 4 <object name="courselevel" meta_type="CPS Vocabulary"/> 5 5 <object name="faculties" meta_type="CPS Vocabulary"/> 6 <object name="institution_types_voc" meta_type="CPS Vocabulary"/> 6 7 <object name="get_departments_voc" meta_type="CPS Method Vocabulary"/> 7 8 <object name="get_faculties_voc" meta_type="CPS Method Vocabulary"/> -
WAeUP_SRP/trunk/profiles/default/workflows.xml
r282 r290 56 56 </type> 57 57 <type type_id="CourseTicket"> 58 <bound-workflow workflow_id="waeup_ student_wf"/>58 <bound-workflow workflow_id="waeup_base_wf"/> 59 59 </type> 60 60 <type type_id="Department"> … … 77 77 </type> 78 78 <type type_id="Semester"> 79 <bound-workflow workflow_id="waeup_ student_wf"/>79 <bound-workflow workflow_id="waeup_base_wf"/> 80 80 </type> 81 81 <type type_id="Student">
Note: See TracChangeset for help on using the changeset viewer.