Ignore:
Timestamp:
14 Feb 2007, 12:54:55 (18 years ago)
Author:
joachim
Message:

added new Function add_student

Location:
WAeUP_SRP/trunk/profiles/default
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts.xml

    r1393 r1415  
    1616 <object name="scratch_card_batch" meta_type="CPS Layout"/>
    1717 <object name="scratch_card_search" meta_type="CPS Layout"/>
    18  <object name="student_study_course" meta_type="CPS Layout"/>
    1918 <object name="student_accommodation" meta_type="CPS Layout"/>
    2019 <object name="student_accommodation_fe" meta_type="CPS Layout"/>
     
    2625 <object name="student_clearance_fe" meta_type="CPS Layout"/>
    2726 <object name="student_course_result" meta_type="CPS Layout"/>
     27 <object name="student_create" meta_type="CPS Layout"/>
    2828 <object name="student_personal" meta_type="CPS Layout"/>
    2929 <object name="student_personal_fe" meta_type="CPS Layout"/>
     
    3434 <object name="student_search" meta_type="CPS Layout"/>
    3535 <object name="student_study_level" meta_type="CPS Layout"/>
     36 <object name="student_study_course" meta_type="CPS Layout"/>
    3637 <object name="student_transfer" meta_type="CPS Layout"/>
    3738 <object name="study_level" meta_type="CPS Layout"/>
  • WAeUP_SRP/trunk/profiles/default/layouts/certificate.xml

    r1404 r1415  
    11<?xml version="1.0"?>
    2 <?xml-stylesheet type="text/xsl" href="types.xsl"?>
     2<?xml-stylesheet type="text/xsl" href="layout.xsl"?>
    33<object name="certificate" meta_type="CPS Layout">
    44 <property name="layout_create_method"></property>
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application.xml

    r1137 r1415  
    11<?xml version="1.0"?>
     2<?xml-stylesheet type="text/xsl" href="layout.xsl"?>
    23<object name="student_application" meta_type="CPS Layout">
    34 <property name="layout_create_method"></property>
  • WAeUP_SRP/trunk/profiles/default/schemas.xml

    r1393 r1415  
    1515 <object name="student" meta_type="CPS Schema"/>
    1616 <object name="scratch_card_batch" meta_type="CPS Schema"/>
    17  <object name="student_course_result" meta_type="CPS Schema"/>
    1817 <object name="student_accommodation" meta_type="CPS Schema"/>
    1918 <object name="student_application" meta_type="CPS Schema"/>
    2019 <object name="student_clearance" meta_type="CPS Schema"/>
     20 <object name="student_course_result" meta_type="CPS Schema"/>
     21 <object name="student_create" meta_type="CPS Schema"/>
    2122 <object name="student_personal" meta_type="CPS Schema"/>
    2223 <object name="student_pume" meta_type="CPS Schema"/>
  • WAeUP_SRP/trunk/profiles/default/vocabularies.xml

    r1393 r1415  
    55 <object name="acco_hall_reserved_rooms" meta_type="CPS Method Vocabulary"/>
    66 <object name="courselevel" meta_type="CPS Vocabulary"/>
     7 <object name="entry_modes" meta_type="CPS Vocabulary"/>
    78 <object name="exam_subjects" meta_type="CPS Vocabulary"/>
    89 <object name="exam_types" meta_type="CPS Vocabulary"/>
Note: See TracChangeset for help on using the changeset viewer.