Changeset 468
- Timestamp:
- 1 Sep 2006, 20:12:36 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default/types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/StudentCourseResult.xml
r464 r468 1 1 <?xml version="1.0"?> 2 <object name="StudentCourseResult .xml" meta_type="CPS Flexible Type Information"2 <object name="StudentCourseResult" meta_type="CPS Flexible Type Information" 3 3 xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 4 4 <property name="title">WAeUP Course Ticket</property> 5 5 <property name="description"></property> 6 6 <property name="content_icon"></property> 7 <property name="content_meta_type">StudentCourseResult .xml</property>7 <property name="content_meta_type">StudentCourseResult</property> 8 8 <property name="product">WAeUP_SRP</property> 9 <property name="factory">addStudentCourseResult .xml</property>9 <property name="factory">addStudentCourseResult</property> 10 10 <property name="immediate_view">cpsdocument_view</property> 11 11 <property name="global_allow">True</property> -
WAeUP_SRP/trunk/profiles/default/types/StudentSemester.xml
r464 r468 12 12 <property name="filter_content_types">True</property> 13 13 <property name="allowed_content_types"> 14 <element value=" CourseResult"/>14 <element value="StudentCourseResult"/> 15 15 </property> 16 16 <property name="allow_discussion">False</property>
Note: See TracChangeset for help on using the changeset viewer.