Changeset 731 for WAeUP_SRP/trunk/profiles/default/types
- Timestamp:
- 20 Oct 2006, 20:18:25 (19 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default/types
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/StudentCourseResult.xml
r729 r731 2 2 <object name="StudentCourseResult" meta_type="CPS Flexible Type Information" 3 3 xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 4 <property name="title">WAeUP Course Ticket</property>4 <property name="title">WAeUP Course Result</property> 5 5 <property name="description"></property> 6 6 <property name="content_icon"></property> … … 27 27 <property name="cps_is_portlet">False</property> 28 28 <alias from="(Default)" to="academics_document_view"/> 29 <alias from="create_do" to="waeup_document_create_do"/> 30 <alias from="created" to="student_course_result_created"/> 29 31 <alias from="view" to="academics_document_view"/> 30 32 <action title="View" action_id="view" category="object" -
WAeUP_SRP/trunk/profiles/default/types/StudentStudyCourse.xml
r723 r731 41 41 <permission value="Modify portal content"/> 42 42 </action> 43 <action title="Add Level" action_id="new_entry" category="object" 44 condition_expr="" 45 url_expr="string:${object/absolute_url}/content_create?type_name=StudentStudyLevel" 46 visible="True"> 47 <permission value="Add portal content"/> 48 </action> 43 49 </object> -
WAeUP_SRP/trunk/profiles/default/types/StudentStudyLevel.xml
r723 r731 30 30 <alias from="(Default)" to="student_index"/> 31 31 <alias from="create_do" to="waeup_document_create_do"/> 32 <alias from="created" to=" level_created"/>32 <alias from="created" to=""/> 33 33 <alias from="view" to="student_index"/> 34 34 <action title="View" action_id="view" category="object" condition_expr="" … … 36 36 <permission value="View"/> 37 37 </action> 38 <action title="Add Course" action_id="new_entry" category="object" 39 condition_expr="" 40 url_expr="string:${object_url}/content_create?type_name=StudentCourseResult" 41 visible="True"> 42 <permission value="Add portal content"/> 43 </action> 38 44 </object> -
WAeUP_SRP/trunk/profiles/default/types/StudyLevel.xml
r574 r731 30 30 <alias from="(Default)" to="academics_index"/> 31 31 <alias from="create_do" to="waeup_document_create_do"/> 32 <alias from="created" to=" level_created"/>32 <alias from="created" to=""/> 33 33 <alias from="view" to="academics_index"/> 34 34 <action title="View" action_id="view" category="object" condition_expr=""
Note: See TracChangeset for help on using the changeset viewer.