Changeset 133 for waeup_product/trunk/skins
- Timestamp:
- 31 Oct 2005, 18:10:36 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py
r107 r133 136 136 'type': 'Boolean Widget', 137 137 'data': { 138 'title': 'J ambAdmission',138 'title': 'JAMB Admission', 139 139 'fields': ('jamb_is_admitted',), 140 140 'is_required': False, 141 'label': 'J ambAdmission',142 'label_edit': 'J ambAdmission',141 'label': 'JAMB Admission', 142 'label_edit': 'JAMB Admission', 143 143 'description': '', 144 144 'help': '', … … 319 319 } 320 320 } 321 321 322 322 ###) 323 323 … … 572 572 573 573 admission_status = { ###( 574 'widgets': { 574 'widgets': { 575 575 'quick_search': { 576 576 'type': 'String Widget', … … 615 615 'fields': ('reg_nr',), 616 616 'is_required': True, 617 'label': ' registration nr',618 'label_edit': ' registration nr',619 'description': 'The Student IDfrom JAMB',620 'help': 'The Student IDfrom JAMB',617 'label': 'Registration Nr', 618 'label_edit': 'Registration Nr', 619 'description': 'The student id from JAMB', 620 'help': 'The student id from JAMB', 621 621 'is_i18n': False, 622 622 'display_width': 10, … … 656 656 'fields': ('state',), 657 657 'is_required': False, 658 'label': ' state of origin',659 'label_edit': ' state of origin',658 'label': 'State of Origin', 659 'label_edit': 'State of Origin', 660 660 'description': '', 661 661 'help': '', … … 670 670 'fields': ('exam_results',), 671 671 'is_required': False, 672 'label': 'J ambResults',673 'label_edit': 'J ambResults',672 'label': 'JAMB Results', 673 'label_edit': 'JAMB Results', 674 674 'description': '', 675 675 'help': '', … … 705 705 'fields': ('faculty',), 706 706 'is_required': True, 707 'label': ' faculty',708 'label_edit': ' faculty',707 'label': 'Faculty', 708 'label_edit': 'Faculty', 709 709 'description': '', 710 710 'help': '', … … 770 770 ## }, 771 771 ## }, 772 ## 772 ## 773 773 ## '3rd_choice': { 774 774 ## 'type': 'String Widget', … … 823 823 'fields': ('admission_sc_pin',), 824 824 'is_required': False, 825 'label': ' pin card code',826 'label_edit': ' pin card code',825 'label': 'PIN Card Code', 826 'label_edit': 'PIN Card Code', 827 827 'description': '', 828 828 'help': '', … … 1019 1019 'is_i18n': 0, 1020 1020 'is_required': 1, 1021 'label_edit': 'Hall name',1021 'label_edit': 'Hall Name', 1022 1022 'help': '', 1023 1023 'display_width': 40, … … 1032 1032 'fields': ('which_sex',), 1033 1033 'is_required': False, 1034 'label': ' sex',1035 'label_edit': ' sex',1034 'label': 'Sex', 1035 'label_edit': 'Sex', 1036 1036 'label_false': 'male', 1037 1037 'label_true': 'female', … … 1050 1050 'label_edit': 'Nr of Blocks', 1051 1051 'description': '', 1052 'help': 'Number of Blocks this Hall has',1052 'help': 'Number of blocks', 1053 1053 'is_i18n': False, 1054 1054 'vocabulary': 'range10', … … 1064 1064 'label_edit': 'Nr of Floors', 1065 1065 'description': '', 1066 'help': 'Number of Floors per Block this Hall has',1066 'help': 'Number of floors per block', 1067 1067 'is_i18n': False, 1068 1068 'vocabulary': 'range5', … … 1078 1078 'label_edit': 'Rooms per Floor', 1079 1079 'description': '', 1080 'help': 'Number of Rooms per Floor this Hall has',1080 'help': 'Number of rooms per floor', 1081 1081 'is_i18n': False, 1082 1082 'vocabulary': 'range50', … … 1092 1092 'label_edit': 'Beds per Room', 1093 1093 'description': '', 1094 'help': 'Number of Beds per Room this Hall has',1094 'help': 'Number of beds per room', 1095 1095 'is_i18n': False, 1096 1096 'vocabulary': 'range10', … … 1104 1104 'is_required': True, 1105 1105 'label': 'Assigned Beds', 1106 'label_edit': 'Assigned ',1107 'description': '', 1108 'help': 'Number of Beds already assined',1106 'label_edit': 'Assigned Beds', 1107 'description': '', 1108 'help': 'Number of beds already assined to students', 1109 1109 'is_i18n': False, 1110 1110 }, … … 1134 1134 layouts['student'] = student_layout 1135 1135 layouts['student_personal'] = student_personal_layout 1136 layouts['accommodation'] = accommodation 1137 layouts['accobook'] = accobook 1136 layouts['accommodation'] = accommodation 1137 layouts['accobook'] = accobook 1138 1138 layouts['scratch_card'] = scratch_card 1139 1139 layouts['admission'] = admission
Note: See TracChangeset for help on using the changeset viewer.