Changeset 926 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 23 Nov 2006, 11:54:49 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/acco_hall.xml
r853 r926 124 124 <property name="label_true">female</property> 125 125 </widget> 126 <widget name="special_handling" meta_type="Select Widget"> 127 <property name="title">Maintenance Fee Prefix</property> 128 <property name="fields"> 129 <element value="special_handling"/> 130 </property> 131 <property name="is_required">False</property> 132 <property name="label">Special Handling Code</property> 133 <property name="label_edit">Special Handling Code</property> 134 <property name="readonly_layout_modes"/> 135 <property name="hidden_layout_modes"/> 136 <property name="hidden_readonly_layout_modes"/> 137 <property name="vocabulary">acco_special_handling</property> 138 </widget> 126 139 <widget name="maintenance_code" meta_type="Select Widget"> 127 140 <property name="title">Maintenance Fee Prefix</property> … … 143 156 <row> 144 157 <cell name="maintenance_code"/> 158 </row> 159 <row> 160 <cell name="special_handling"/> 145 161 </row> 146 162 <row> -
WAeUP_SRP/trunk/profiles/default/schemas/acco_hall.xml
r744 r926 14 14 </field> 15 15 <field name="reserved_rooms" meta_type="CPS String List Field"> 16 <property name="default_expr">string: 1/101,2/102</property>16 <property name="default_expr">string:A/101,C/102</property> 17 17 </field> 18 18 <field name="rooms_per_floor" meta_type="CPS Int Field"> 19 19 <property name="default_expr">python:20</property> 20 20 </field> 21 <field name="s tudy_courses" meta_type="CPS String ListField"/>21 <field name="special_handling" meta_type="CPS String Field"/> 22 22 <field name="text" meta_type="CPS String Field"> 23 23 <property name="is_searchabletext">False</property> -
WAeUP_SRP/trunk/profiles/default/vocabularies.xml
r874 r926 23 23 <object name="searchable_student_states" meta_type="CPS Vocabulary"/> 24 24 <object name="get_searchable_student_states" meta_type="CPS Method Vocabulary"/> 25 <object name="acco_special_handling" meta_type="CPS Vocabulary"/> 25 26 <object name="academics_search_mode" meta_type="CPS Vocabulary"/> 26 27 <object name="searchable_academics_states" meta_type="CPS Vocabulary"/>
Note: See TracChangeset for help on using the changeset viewer.