Changeset 494 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 8 Sep 2006, 13:20:42 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 1 added
- 32 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/StudentApplication.xml
r488 r494 22 22 <element value="student_application"/> 23 23 </property> 24 <property name="layout_clusters"> 25 <element value="adm_slip:student_application_fe"/> 26 </property> 24 <property name="layout_clusters"/> 27 25 <property name="flexible_layouts"/> 28 26 <property name="storage_methods"/> 29 27 <property name="cps_is_portlet">False</property> 30 <alias from="(Default)" to=" cpsdocument_view"/>31 <alias from="view" to=" cpsdocument_view"/>32 <action title=" View" action_id="view" category="object" condition_expr=""33 url_expr="string:${object_url}/ cpsdocument_view" visible="True">28 <alias from="(Default)" to="academics_contents"/> 29 <alias from="view" to="academics_contents"/> 30 <action title="Standard View" action_id="view" category="object" condition_expr="" 31 url_expr="string:${object_url}/academics_contents" visible="True"> 34 32 <permission value="View"/> 35 33 </action> … … 39 37 <permission value="Modify portal content"/> 40 38 </action> 39 <action title="action_metadata" action_id="metadata" category="object" 40 condition_expr="python:member and 'Manager' in member.getRoles()" 41 url_expr="string:${object_url}/cpsdocument_metadata" visible="False"> 42 <permission value="Modify portal content"/> 43 </action> 41 44 </object> -
WAeUP_SRP/trunk/profiles/default/vocabularies.xml
r486 r494 8 8 <object name="waeup_bed_letters" meta_type="CPS Vocabulary"/> 9 9 <object name="nigerian_states" meta_type="CPS Vocabulary"/> 10 <object name="range10" meta_type="CPS Vocabulary"/>11 <object name="range20" meta_type="CPS Vocabulary"/>12 <object name="range5" meta_type="CPS Vocabulary"/>13 <object name="range50" meta_type="CPS Vocabulary"/>14 10 <object name="semester_voc" meta_type="CPS Vocabulary"/> 15 11 <object name="local_gov_areas" meta_type="CPS Vocabulary"/> … … 19 15 <object name="religion" meta_type="CPS Vocabulary"/> 20 16 <object name="exam_types" meta_type="CPS Vocabulary"/> 17 <object name="pin_prefixes" meta_type="CPS Vocabulary"/> 21 18 </object>
Note: See TracChangeset for help on using the changeset viewer.