Changeset 468 for WAeUP_SRP


Ignore:
Timestamp:
1 Sep 2006, 20:12:36 (18 years ago)
Author:
joachim
Message:

fixed typing errors in the profiles

Location:
WAeUP_SRP/trunk/profiles/default/types
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/StudentCourseResult.xml

    r464 r468  
    11<?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"
    33   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
    44 <property name="title">WAeUP Course Ticket</property>
    55 <property name="description"></property>
    66 <property name="content_icon"></property>
    7  <property name="content_meta_type">StudentCourseResult.xml</property>
     7 <property name="content_meta_type">StudentCourseResult</property>
    88 <property name="product">WAeUP_SRP</property>
    9  <property name="factory">addStudentCourseResult.xml</property>
     9 <property name="factory">addStudentCourseResult</property>
    1010 <property name="immediate_view">cpsdocument_view</property>
    1111 <property name="global_allow">True</property>
  • WAeUP_SRP/trunk/profiles/default/types/StudentSemester.xml

    r464 r468  
    1212 <property name="filter_content_types">True</property>
    1313 <property name="allowed_content_types">
    14   <element value="CourseResult"/>
     14  <element value="StudentCourseResult"/>
    1515 </property>
    1616 <property name="allow_discussion">False</property>
Note: See TracChangeset for help on using the changeset viewer.