Changeset 320 for WAeUP_SRP/trunk
- Timestamp:
- 16 Jul 2006, 20:34:37 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actionicons.xml
r308 r320 138 138 title="User preferences" priority="5" 139 139 icon_expr="actionicon_user_preferences.png"/> 140 <action-icon category="user" action_id="unchecked" 141 title="Unchecked" priority="6" 142 icon_expr="actionicon_reject.png"/> 140 143 <action-icon category="navigation" 141 144 action_id="view_academics" title="Academics" … … 154 157 title="Import Faculties" priority="0" 155 158 icon_expr="actionicon_submit.png"/> 159 <action-icon category="import" 160 action_id="import_departments" 161 title="Import Departments" priority="1" 162 icon_expr="actionicon_submit.png"/> 156 163 <action-icon category="import" action_id="import_courses" 157 164 title="Import Courses" priority="2" … … 165 172 title="Import CertCourses" priority="4" 166 173 icon_expr="actionicon_submit.png"/> 167 <action-icon category="import"168 action_id="import_departments"169 title="Import Departments" priority="1"170 icon_expr="actionicon_submit.png"/>171 174 </action-icons> -
WAeUP_SRP/trunk/profiles/default/actions.xml
r300 r320 105 105 <permission>View</permission> 106 106 </action> 107 <action title="Unchecked" action_id="unchecked" 108 category="user" 109 condition_expr="" 110 url_expr="string:./unchecked" 111 visible="True"> 112 <permission>View</permission> 113 </action> 107 114 </action-provider> 108 115 <action-provider name="portal_registration"> -
WAeUP_SRP/trunk/profiles/default/types/CertificatesFolder.xml
r319 r320 2 2 <object name="CertificatesFolder" meta_type="CPS Flexible Type Information" 3 3 xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 4 <property name="title">WAeUP Certificate </property>4 <property name="title">WAeUP Certificates Folder</property> 5 5 <property name="description"></property> 6 6 <property name="content_icon"></property> 7 <property name="content_meta_type">Certificate </property>7 <property name="content_meta_type">CertificatesFolder</property> 8 8 <property name="product">WAeUP_SRP</property> 9 <property name="factory">addCertificate </property>10 <property name="immediate_view"> folder_view</property>9 <property name="factory">addCertificatesFolder</property> 10 <property name="immediate_view">academics_contents</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> 13 13 <property name="allowed_content_types"> 14 <element value=" StudyLevel"/>14 <element value="Certificate"/> 15 15 </property> 16 16 <property name="allow_discussion">False</property> 17 17 <property name="cps_is_searchable">True</property> 18 18 <property name="cps_proxy_type">folder</property> 19 <property name="cps_display_as_document_in_listing">True</property> 20 <property name="schemas"> 21 <element value="metadata"/> 22 <element value="common"/> 23 <element value="certificate"/> 24 </property> 25 <property name="layouts"> 26 <element value="common"/> 27 <element value="certificate"/> 28 </property> 29 <property name="layout_clusters"> 30 <element value="metadata:metadata"/> 31 </property> 19 <property name="cps_display_as_document_in_listing">False</property> 20 <property name="schemas"/> 21 <property name="layouts"/> 22 <property name="layout_clusters"/> 32 23 <property name="flexible_layouts"/> 33 24 <property name="storage_methods"/> … … 41 32 <action title="Delegate" action_id="localroles" category="object" 42 33 condition_expr="" url_expr="string:${object_url}/folder_localrole_form" 43 visible="True"> 44 <permission value="Modify portal content"/> 45 </action> 34 visible="False"/> 46 35 <action title="Add Certificate" action_id="new_entry" category="object" 47 36 condition_expr="" 48 37 url_expr="string:${object/absolute_url}/content_create?type_name=Certificate" 49 38 visible="True"/> 50 <action title="action_edit" action_id="edit" category="object"51 condition_expr="python:member and 'Manager' in member.getRoles()"52 url_expr="string:${object_url}/cpsdocument_edit_form" visible="True">53 <permission value="Modify portal content"/>54 </action>55 <action title="action_metadata" action_id="metadata" category="object"56 condition_expr="python:member and 'Manager' in member.getRoles()"57 url_expr="string:${object_url}/cpsdocument_metadata" visible="False">58 <permission value="Modify portal content"/>59 </action>60 39 </object> -
WAeUP_SRP/trunk/profiles/default/types/CoursesFolder.xml
r319 r320 2 2 <object name="CoursesFolder" meta_type="CPS Flexible Type Information" 3 3 xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 4 <property name="title"> </property>4 <property name="title">WAeUP Courses Folder</property> 5 5 <property name="description"></property> 6 6 <property name="content_icon"></property> 7 <property name="content_meta_type">C PS Document</property>8 <property name="product"> CPSDocument</property>9 <property name="factory">addC PSDocument</property>10 <property name="immediate_view"> </property>7 <property name="content_meta_type">CoursesFolder</property> 8 <property name="product">WAeUP_SRP</property> 9 <property name="factory">addCoursesFolder</property> 10 <property name="immediate_view">academics_contents</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 28 28 <action title="View" action_id="view" category="object" condition_expr="" 29 29 url_expr="string:${object_url}/academics_contents" visible="True"> 30 <permission value="View archived revisions"/>30 <permission value="View"/> 31 31 </action> 32 32 <action title="Delegate" action_id="localroles" category="object" -
WAeUP_SRP/trunk/profiles/default/workflows.xml
r311 r320 27 27 <bound-workflow workflow_id="workspace_calendar_wf"/> 28 28 </type> 29 <type type_id="CertificatesFolder">30 <bound-workflow workflow_id="waeup_base_wf"/>31 </type>32 29 <type type_id="Certificate"> 33 30 <bound-workflow workflow_id="waeup_base_wf"/> 34 31 </type> 35 32 <type type_id="CertificateCourse"> 36 <bound-workflow workflow_id="waeup_base_wf"/>37 </type>38 <type type_id="CoursesFolder">39 33 <bound-workflow workflow_id="waeup_base_wf"/> 40 34 </type>
Note: See TracChangeset for help on using the changeset viewer.