Changeset 188 for waeup_product/trunk/skins/waeup_default
- Timestamp:
- 17 Nov 2005, 08:55:12 (19 years ago)
- Location:
- waeup_product/trunk/skins/waeup_default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py
r182 r188 946 946 }, 947 947 'jamb_aggregate': { 948 'type': ' IntWidget',949 'data': { 950 'title': 'Ag regate',948 'type': 'String Widget', 949 'data': { 950 'title': 'Aggregate', 951 951 'fields': ('jamb_aggregate',), 952 952 'is_required': False, 953 'label': ' Score',954 'label_edit': ' Score',953 'label': 'JAMB Score', 954 'label_edit': 'JAMB Score', 955 955 'description': '', 956 956 'help': '', … … 1011 1011 }###) 1012 1012 1013 1013 1014 1014 student_eligibility = { ###( 1015 1015 'widgets': eli_widgets, … … 1019 1019 'ncols': 1, 1020 1020 'rows': [ 1021 [{'widget_id': 'jamb_results', 'ncols': 1},],1021 #[{'widget_id': 'jamb_results', 'ncols': 1},], 1022 1022 [{'widget_id': 'jamb_aggregate', 'ncols': 1},], 1023 1023 [{'widget_id': 'jamb_listing_date', 'ncols': 1},], … … 1036 1036 'ncols': 1, 1037 1037 'rows': [ 1038 [{'widget_id': 'jamb_results', 'ncols': 1},],1038 #[{'widget_id': 'jamb_results', 'ncols': 1},], 1039 1039 [{'widget_id': 'jamb_aggregate', 'ncols': 1},], 1040 [{'widget_id': 'jamb_listing_date', 'ncols': 1},],1040 #[{'widget_id': 'jamb_listing_date', 'ncols': 1},], 1041 1041 [{'widget_id': 'faculty', 'ncols': 1},], 1042 1042 [{'widget_id': 'course', 'ncols': 1},], … … 1130 1130 'fields': ('passport',), 1131 1131 'is_required': False, 1132 'label': ' scanned Passport',1133 'label_edit': ' scanned Passport',1132 'label': 'Scanned Passport', 1133 'label_edit': 'Scanned Passport', 1134 1134 'description': '', 1135 1135 'help': '', … … 1613 1613 }, 1614 1614 'aggregate': { 1615 'type': ' IntWidget',1615 'type': 'String Widget', 1616 1616 'data': { 1617 1617 'title': 'Agregate', 1618 1618 'fields': ('aggregate',), 1619 1619 'is_required': False, 1620 'label': ' Score',1621 'label_edit': ' Score',1620 'label': 'JAMB Score', 1621 'label_edit': 'JAMB Score', 1622 1622 'description': '', 1623 1623 'help': '', -
waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py
r184 r188 298 298 'id' : 'eligibility', 299 299 'name' : 'Eligibility Data', 300 'action' : ' eligibility',300 'action' : 'ELIGIBILITY', 301 301 'condition': 'object/memberIsOwner', 302 302 'permission': (ModifyPortalContent,),
Note: See TracChangeset for help on using the changeset viewer.