Ignore:
Timestamp:
24 Sep 2006, 06:03:25 (18 years ago)
Author:
Henrik Bettermann
Message:

index pages reorganized (part 1)

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

Legend:

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

    r508 r542  
    132132   <permission>View</permission>
    133133  </action>
    134   <action title="Home" action_id="student_home" category="student_navigation"
    135      condition_expr="member" url_expr="string:${portal_url}" visible="True">
     134  <action title="Home" action_id="students_home" category="student_navigation"
     135     condition_expr="member" url_expr="string:${portal_url}/students_home" visible="True">
    136136   <permission>View</permission>
    137137  </action>
     
    141141   <permission>View</permission>
    142142  </action>
    143   <action title="Registration" action_id="registration"
     143  <action title="My Registration" action_id="registration"
    144144     category="student_navigation" condition_expr="member"
    145145     url_expr="string:${portal_url}/campus/students" visible="True">
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application.xml

    r538 r542  
    22<object name="student_application" meta_type="CPS Layout">
    33 <property name="layout_create_method"></property>
    4  <property name="layout_edit_method">layout_application_print</property>
    5  <property name="layout_view_method"></property>
     4 <property name="layout_edit_method"></property>
     5 <property name="layout_view_method">layout_application_print</property>
    66 <property name="style_prefix">layout_waeup_</property>
    77 <property name="flexible_widgets"/>
  • WAeUP_SRP/trunk/profiles/default/types/StudentsFolder.xml

    r535 r542  
    88 <property name="product">WAeUP_SRP</property>
    99 <property name="factory">addStudentsFolder</property>
    10  <property name="immediate_view">student_index</property>
     10 <property name="immediate_view">students_index</property>
    1111 <property name="global_allow">True</property>
    1212 <property name="filter_content_types">True</property>
     
    3030 <property name="storage_methods"/>
    3131 <property name="cps_is_portlet">False</property>
    32  <alias from="(Default)" to="student_index"/>
    33  <alias from="view" to="student_index"/>
     32 <alias from="(Default)" to="students_index"/>
     33 <alias from="view" to="students_index"/>
    3434 <action title="View" action_id="view" category="object" condition_expr=""
    35     url_expr="string:${object_url}/student_index" visible="True">
     35    url_expr="string:${object_url}/students_index" visible="True">
    3636  <permission value="View"/>
    3737 </action>
  • WAeUP_SRP/trunk/profiles/default/types/University.xml

    r535 r542  
    88 <property name="product">WAeUP_SRP</property>
    99 <property name="factory">addUniversity</property>
    10  <property name="immediate_view">home_index</property>
     10 <property name="immediate_view">campus_index</property>
    1111 <property name="global_allow">True</property>
    1212 <property name="filter_content_types">True</property>
     
    3434 <property name="storage_methods"/>
    3535 <property name="cps_is_portlet">False</property>
    36  <alias from="(Default)" to="home_index"/>
    37  <alias from="view" to="home_index"/>
     36 <alias from="(Default)" to="campus_index"/>
     37 <alias from="view" to="campus_index"/>
    3838 <action title="View" action_id="view" category="object" condition_expr=""
    39     url_expr="string:${object_url}/home_index" visible="True">
     39    url_expr="string:${object_url}/campus_index" visible="True">
    4040  <permission value="Modify portal content"/>
    4141 </action>
Note: See TracChangeset for help on using the changeset viewer.