Changeset 844 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 11 Nov 2006, 21:17:26 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/student_clearance.xml
r837 r844 4 4 <property name="layout_edit_method"></property> 5 5 <property name="layout_view_method"></property> 6 <property name="style_prefix">layout_ waeup_</property>6 <property name="style_prefix">layout_clearance_</property> 7 7 <property name="flexible_widgets"/> 8 8 <property name="validate_values_expr"></property> … … 248 248 <property name="label_edit">Entry Date</property> 249 249 <property name="readonly_layout_modes"> 250 <element value="edit"/>251 250 </property> 252 251 <property name="hidden_layout_modes"> … … 263 262 <property name="label_edit">Entry Session</property> 264 263 <property name="readonly_layout_modes"> 265 <element value="edit"/>266 264 </property> 267 265 <property name="hidden_layout_modes"> … … 557 555 <property name="label_edit">Matriculation Number</property> 558 556 <property name="readonly_layout_modes"> 559 <element value="edit"/>560 557 </property> 561 558 <property name="hidden_layout_modes"> -
WAeUP_SRP/trunk/profiles/default/types/StudentAccommodation.xml
r839 r844 34 34 </action> 35 35 <action title="action_edit" action_id="edit" category="object" 36 condition_expr="" url_expr="string:${object_url}/cpsdocument_edit "36 condition_expr="" url_expr="string:${object_url}/cpsdocument_edit_form" 37 37 visible="True"> 38 38 <permission value="Modify portal content"/> -
WAeUP_SRP/trunk/profiles/default/types/StudentApplication.xml
r839 r844 34 34 </action> 35 35 <action title="action_edit" action_id="edit" category="object" 36 condition_expr="" url_expr="string:${object_url}/cpsdocument_edit "36 condition_expr="" url_expr="string:${object_url}/cpsdocument_edit_form" 37 37 visible="True"> 38 38 <permission value="Modify portal content"/> -
WAeUP_SRP/trunk/profiles/default/types/StudentClearance.xml
r840 r844 38 38 <action title="action_edit" action_id="edit" category="object" 39 39 condition_expr="" 40 url_expr="string:${object_url}/c psdocument_edit_form"40 url_expr="string:${object_url}/clearance_edit_form_manager" 41 41 visible="True"> 42 42 <permission value="Modify portal content"/> -
WAeUP_SRP/trunk/profiles/default/types/StudentPume.xml
r839 r844 34 34 </action> 35 35 <action title="action_edit" action_id="edit" category="object" 36 condition_expr="" url_expr="string:${object_url}/cpsdocument_edit "36 condition_expr="" url_expr="string:${object_url}/cpsdocument_edit_form" 37 37 visible="True"> 38 38 <permission value="Modify portal content"/>
Note: See TracChangeset for help on using the changeset viewer.