Changeset 444 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 29 Aug 2006, 16:17:25 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts.xml
r421 r444 16 16 <object name="student_study_course" meta_type="CPS Layout"/> 17 17 <object name="student_admission" meta_type="CPS Layout"/> 18 <object name="student_admission_fe" meta_type="CPS Layout"/> 18 19 <object name="student_clearance" meta_type="CPS Layout"/> 20 <object name="student_clearance_fe" meta_type="CPS Layout"/> 19 21 <object name="student_course_results" meta_type="CPS Layout"/> 20 22 <object name="student_personal" meta_type="CPS Layout"/> -
WAeUP_SRP/trunk/profiles/default/layouts/student_admission.xml
r434 r444 32 32 <element value="jamb_reg_no"/> 33 33 </property> 34 <property name="is_required"> True</property>34 <property name="is_required">False</property> 35 35 <property name="label">JAMB Registration Number</property> 36 36 <property name="label_edit">JAMB Registration Number</property> … … 47 47 <element value="jamb_firstname"/> 48 48 </property> 49 <property name="is_required"> True</property>49 <property name="is_required">False</property> 50 50 <property name="label">JAMB First Name</property> 51 51 <property name="label_edit">JAMB First Name</property> … … 259 259 </row> 260 260 <row> 261 <cell name="jamb_ id"/>261 <cell name="jamb_reg_no"/> 262 262 </row> 263 263 <row> -
WAeUP_SRP/trunk/profiles/default/layouts/student_admission_fe.xml
r434 r444 30 30 <element value="jamb_reg_no"/> 31 31 </property> 32 <property name="is_required"> True</property>32 <property name="is_required">False</property> 33 33 <property name="label">JAMB Registration Number</property> 34 34 <property name="label_edit">JAMB Registration Number</property> … … 47 47 <element value="jamb_firstname"/> 48 48 </property> 49 <property name="is_required"> True</property>49 <property name="is_required">False</property> 50 50 <property name="label">JAMB First Name</property> 51 51 <property name="label_edit">JAMB First Name</property> … … 293 293 </row> 294 294 <row> 295 <cell name="jamb_ id"/>295 <cell name="jamb_reg_no"/> 296 296 </row> 297 297 <row> -
WAeUP_SRP/trunk/profiles/default/schemas.xml
r421 r444 14 14 <object name="student" meta_type="CPS Schema"/> 15 15 <object name="student_study_course" meta_type="CPS Schema"/> 16 <object name="scratch_card_batch.xml" meta_type="CPS Schema"/> 16 17 <object name="student_accommodation" meta_type="CPS Schema"/> 17 18 <object name="student_admission" meta_type="CPS Schema"/> -
WAeUP_SRP/trunk/profiles/default/types.xml
r443 r444 13 13 <object name="Department" meta_type="CPS Flexible Type Information"/> 14 14 <object name="Faculty" meta_type="CPS Flexible Type Information"/> 15 <object name="ScratchCardBatch" meta_type="CPS Flexible Type Information"/> 16 <object name="ScratchCardBatchesFolder" meta_type="CPS Flexible Type Information"/> 15 17 <object name="Semester" meta_type="CPS Flexible Type Information"/> 16 18 <object name="Student" meta_type="CPS Flexible Type Information"/> … … 18 20 <object name="StudentClearance" meta_type="CPS Flexible Type Information"/> 19 21 <object name="StudentPersonal" meta_type="CPS Flexible Type Information"/> 20 <object name="StudentAdmission" meta_type="CPS Flexible Type Information"/> 22 <object name="StudentAdmission" meta_type="CPS Flexible Type Information"/> 21 23 <object name="StudentsFolder" meta_type="CPS Flexible Type Information"/> 22 24 <object name="ScratchCardBatchesFolder" meta_type="CPS Flexible Type Information"/> -
WAeUP_SRP/trunk/profiles/default/types/StudentAdmission.xml
r435 r444 23 23 </property> 24 24 <property name="layout_clusters"> 25 <element value=" "/>25 <element value="front_end:student_admission_fe"/> 26 26 </property> 27 27 <property name="flexible_layouts"/> … … 30 30 <alias from="(Default)" to="academics_contents"/> 31 31 <alias from="view" to="academics_contents"/> 32 <action title="Standard View" action_id="view" category="object" 33 condition_expr="" 34 url_expr="string:${object_url}/academics_contents" 32 <action title="Standard View" action_id="view" category="object" 33 condition_expr="" url_expr="string:${object_url}/academics_contents" 35 34 visible="True"> 36 35 <permission value="View"/> 37 36 </action> 38 37 <action title="action_edit" action_id="edit" category="object" 39 condition_expr="" 40 url_expr="string:${object_url}/student_admission_edit_form" 38 condition_expr="" url_expr="string:${object_url}/cpsdocument_edit" 41 39 visible="True"> 42 40 <permission value="Modify portal content"/> 43 41 </action> 42 <action title="action_metadata" action_id="metadata" category="object" 43 condition_expr="python:member and 'Manager' in member.getRoles()" 44 url_expr="string:${object_url}/cpsdocument_metadata" visible="False"> 45 <permission value="Modify portal content"/> 46 </action> 44 47 </object>
Note: See TracChangeset for help on using the changeset viewer.