Changeset 542 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 24 Sep 2006, 06:03:25 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actions.xml
r508 r542 132 132 <permission>View</permission> 133 133 </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"> 136 136 <permission>View</permission> 137 137 </action> … … 141 141 <permission>View</permission> 142 142 </action> 143 <action title=" Registration" action_id="registration"143 <action title="My Registration" action_id="registration" 144 144 category="student_navigation" condition_expr="member" 145 145 url_expr="string:${portal_url}/campus/students" visible="True"> -
WAeUP_SRP/trunk/profiles/default/layouts/student_application.xml
r538 r542 2 2 <object name="student_application" meta_type="CPS Layout"> 3 3 <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> 6 6 <property name="style_prefix">layout_waeup_</property> 7 7 <property name="flexible_widgets"/> -
WAeUP_SRP/trunk/profiles/default/types/StudentsFolder.xml
r535 r542 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addStudentsFolder</property> 10 <property name="immediate_view">student _index</property>10 <property name="immediate_view">students_index</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 30 30 <property name="storage_methods"/> 31 31 <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"/> 34 34 <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"> 36 36 <permission value="View"/> 37 37 </action> -
WAeUP_SRP/trunk/profiles/default/types/University.xml
r535 r542 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addUniversity</property> 10 <property name="immediate_view"> home_index</property>10 <property name="immediate_view">campus_index</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 34 34 <property name="storage_methods"/> 35 35 <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"/> 38 38 <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"> 40 40 <permission value="Modify portal content"/> 41 41 </action>
Note: See TracChangeset for help on using the changeset viewer.