Changeset 2512 for WAeUP_SRP/uniben/profiles
- Timestamp:
- 3 Nov 2007, 12:32:26 (17 years ago)
- Location:
- WAeUP_SRP/uniben/profiles/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/profiles/default/applicants_catalog.xml
r2382 r2512 3 3 <object name="applicants_catalog" meta_type="WAeUP Table"> 4 4 <column value="reg_no"/> 5 <column value="student_id"/> 5 6 <column value="application_date"/> 6 7 <column value="date_of_birth"/> … … 34 35 <column value="screening_date"/> 35 36 <column value="screening_venue"/> 37 <column value="screening_score"/> 38 <column value="notice"/> 36 39 <column value="hq_type"/> 37 40 <column value="hq_grade"/> … … 54 57 <indexed_attr value="course_admitted"/> 55 58 </index> 59 <index name="student_id" meta_type="FieldIndex"> 60 <indexed_attr value="student_id"/> 61 </index> 56 62 </object> -
WAeUP_SRP/uniben/profiles/default/layouts/application_pce.xml
r2510 r2512 50 50 <property name="css_class_expr">string:row</property> 51 51 </widget> 52 52 53 53 <widget name="notice" meta_type="Text Widget"> 54 54 <property name="title">Notice</property> … … 692 692 </row> 693 693 <row> 694 <cell name="firstname" ncols="2"/> 695 </row> 696 <row> 697 <cell name="middlenames" ncols="2"/> 698 </row> 699 <row> 694 700 <cell name="lastname" ncols="2"/> 695 701 </row> … … 744 750 <row> 745 751 <cell name="notice" ncols="2"/> 746 </row> 752 </row> 747 753 </table> 748 754 </object>
Note: See TracChangeset for help on using the changeset viewer.