- Timestamp:
- 27 Oct 2005, 23:58:38 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py
r106 r107 542 542 'fields': ('accommodation_sc_pin'), 543 543 'is_required': True, 544 'label': ' PIN',545 'label_edit': ' PIN',546 'description': '', 547 'help': 'P IN-(Personal Identification Number) is an 8 or 12 digit number on the reverse side of the scratch card which you can purchase from many Banks',544 'label': 'enter an Accommodation PIN', 545 'label_edit': 'enter an Accommodation PIN', 546 'description': '', 547 'help': 'Please enter a PIN valid for Accomodation booking', 548 548 'is_i18n': False, 549 549 'readonly_layout_modes': (), … … 566 566 #[{'widget_id': 'sc_id', 'ncols': 1},], 567 567 [{'widget_id': 'sc_pin', 'ncols': 1},], 568 [{'widget_id': 'jamb_id', 'ncols': 1},],569 568 ] 570 569 }, … … 1098 1097 }, 1099 1098 }, 1099 'beds_assigned': { 1100 'type': 'Int Widget', 1101 'data': { 1102 'title': '', 1103 'fields': ('beds_assigned',), 1104 'is_required': True, 1105 'label': 'Assigned Beds', 1106 'label_edit': 'Assigned', 1107 'description': '', 1108 'help': 'Number of Beds already assined', 1109 'is_i18n': False, 1110 }, 1111 }, 1100 1112 }, 1101 1113 'layout': { … … 1111 1123 [{'widget_id': 'rooms_per_floor', 'ncols': 1},], 1112 1124 [{'widget_id': 'beds_per_room', 'ncols': 1},], 1125 [{'widget_id': 'beds_assigned', 'ncols': 1},], 1113 1126 ] 1114 1127 }, … … 1122 1135 layouts['student_personal'] = student_personal_layout 1123 1136 layouts['accommodation'] = accommodation 1137 layouts['accobook'] = accobook 1124 1138 layouts['scratch_card'] = scratch_card 1125 1139 layouts['admission'] = admission
Note: See TracChangeset for help on using the changeset viewer.