Ignore:
Timestamp:
20 Oct 2006, 20:18:25 (19 years ago)
Author:
joachim
Message:

add and delete for student_study_level and student_course_result

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

Legend:

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

    r729 r731  
    22<object name="StudentCourseResult" meta_type="CPS Flexible Type Information"
    33   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
    4  <property name="title">WAeUP Course Ticket</property>
     4 <property name="title">WAeUP Course Result</property>
    55 <property name="description"></property>
    66 <property name="content_icon"></property>
     
    2727 <property name="cps_is_portlet">False</property>
    2828 <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"/>
    2931 <alias from="view" to="academics_document_view"/>
    3032 <action title="View" action_id="view" category="object"
  • WAeUP_SRP/trunk/profiles/default/types/StudentStudyCourse.xml

    r723 r731  
    4141  <permission value="Modify portal content"/>
    4242 </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>
    4349</object>
  • WAeUP_SRP/trunk/profiles/default/types/StudentStudyLevel.xml

    r723 r731  
    3030 <alias from="(Default)" to="student_index"/>
    3131 <alias from="create_do" to="waeup_document_create_do"/>
    32  <alias from="created" to="level_created"/>
     32 <alias from="created" to=""/>
    3333 <alias from="view" to="student_index"/>
    3434 <action title="View" action_id="view" category="object" condition_expr=""
     
    3636  <permission value="View"/>
    3737 </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>
    3844</object>
  • WAeUP_SRP/trunk/profiles/default/types/StudyLevel.xml

    r574 r731  
    3030 <alias from="(Default)" to="academics_index"/>
    3131 <alias from="create_do" to="waeup_document_create_do"/>
    32  <alias from="created" to="level_created"/>
     32 <alias from="created" to=""/>
    3333 <alias from="view" to="academics_index"/>
    3434 <action title="View" action_id="view" category="object" condition_expr=""
Note: See TracChangeset for help on using the changeset viewer.