Ignore:
Timestamp:
15 Oct 2008, 05:04:28 (16 years ago)
Author:
Henrik Bettermann
Message:
  • more customizations for OIS
  • fetch all student object titles from getStudentObjectTitles.py
Location:
WAeUP_SRP/trunk/profiles/ois
Files:
5 edited

Legend:

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

    r3715 r3727  
    77   <permission>View</permission>
    88  </action>
     9 </action-provider>
     10 <action-provider name="portal_actions">
     11  <action title="Study" action_id="registration"
     12     category="student_navigation" condition_expr="member"
     13     url_expr="string:${portal_url}/campus/students" visible="True">
     14   <permission>View</permission>
     15  </action>
     16  <action title="Payments" action_id="payments"
     17     category="student_navigation" condition_expr="member"
     18     url_expr="string:${portal_url}/campus/students/${member}/payments"
     19     visible="True"/>   
    920  <action title="My Accommodation" action_id="reserve_accommodation"
    1021     category="student_navigation" condition_expr="member"
  • WAeUP_SRP/trunk/profiles/ois/course_results.xml

    r3689 r3727  
    1111 <column value="session_id"/>
    1212 <column value="score"/>
     13 <column value="atl"/>
    1314 <column value="ca1"/>
    1415 <column value="ca2"/>
  • WAeUP_SRP/trunk/profiles/ois/layouts/student_clearance.xml

    r3689 r3727  
    620620 </widget>
    621621 <widget name="matric_no" meta_type="String Widget">
    622   <property name="title">Matriculation Number</property>
     622  <property name="title">Registration Number</property>
    623623  <property name="fields">
    624624   <element value="matric_no"/>
    625625  </property>
    626   <property name="label">Matriculation Number</property>
    627   <property name="label_edit">Matriculation Number</property>
     626  <property name="label">Registration Number</property>
     627  <property name="label_edit">Registration Number</property>
    628628  <property name="readonly_layout_modes">
    629629  </property>
  • WAeUP_SRP/trunk/profiles/ois/layouts/student_clearance_fe.xml

    r3689 r3727  
    587587 </widget>
    588588 <widget name="matric_no" meta_type="String Widget">
    589   <property name="title">Matriculation Number</property>
     589  <property name="title">Registration Number</property>
    590590  <property name="fields">
    591591   <element value="matric_no"/>
    592592  </property>
    593   <property name="label">Matriculation Number</property>
    594   <property name="label_edit">Matriculation Number</property>
     593  <property name="label">Registration Number</property>
     594  <property name="label_edit">Registration Number</property>
    595595  <property name="readonly_layout_modes">
    596596   <element value="edit"/>
  • WAeUP_SRP/trunk/profiles/ois/layouts/student_course_result.xml

    r3707 r3727  
    1010 <property name="label_edit"></property>
    1111 <property name="is_i18n">False</property>
     12 <widget name="atl" meta_type="Select Widget">
     13  <property name="title">ATL</property>
     14  <property name="fields">
     15   <element value="atl"/>
     16  </property>
     17  <property name="label">ATL</property>
     18  <property name="label_edit">ATL</property>
     19  <property name="readonly_layout_modes">
     20  </property>
     21  <property name="hidden_layout_modes"/>
     22  <property name="hidden_readonly_layout_modes"/>
     23  <property name="vocabulary">pastoral_grade</property>
     24 </widget> 
    1225 <widget name="ca1" meta_type="Float Widget">
    1326  <property name="title">CA 1 Marks</property>
     
    146159  </row>
    147160  <row>
     161   <cell name="atl"/>
     162  </row> 
     163  <row>
    148164   <cell name="ca1"/>
    149165  </row>
Note: See TracChangeset for help on using the changeset viewer.