Ignore:
Timestamp:
31 Oct 2005, 18:10:36 (19 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py

    r107 r133  
    136136            'type': 'Boolean Widget',
    137137            'data': {
    138                 'title': 'Jamb Admission',
     138                'title': 'JAMB Admission',
    139139                'fields': ('jamb_is_admitted',),
    140140                'is_required': False,
    141                 'label': 'Jamb Admission',
    142                 'label_edit': 'Jamb Admission',
     141                'label': 'JAMB Admission',
     142                'label_edit': 'JAMB Admission',
    143143                'description': '',
    144144                'help': '',
     
    319319            }
    320320        }
    321            
     321
    322322###)
    323323
     
    572572
    573573admission_status = { ###(
    574     'widgets': {       
     574    'widgets': {
    575575       'quick_search': {
    576576            'type': 'String Widget',
     
    615615                'fields': ('reg_nr',),
    616616                'is_required': True,
    617                 'label': 'registration nr',
    618                 'label_edit': 'registration nr',
    619                 'description': 'The Student ID from JAMB',
    620                 'help': 'The Student ID from JAMB',
     617                'label': 'Registration Nr',
     618                'label_edit': 'Registration Nr',
     619                'description': 'The student id from JAMB',
     620                'help': 'The student id from JAMB',
    621621                'is_i18n': False,
    622622                'display_width': 10,
     
    656656                'fields': ('state',),
    657657                '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',
    660660                'description': '',
    661661                'help': '',
     
    670670                'fields': ('exam_results',),
    671671                'is_required': False,
    672                 'label': 'Jamb Results',
    673                 'label_edit': 'Jamb Results',
     672                'label': 'JAMB Results',
     673                'label_edit': 'JAMB Results',
    674674                'description': '',
    675675                'help': '',
     
    705705                'fields': ('faculty',),
    706706                'is_required': True,
    707                 'label': 'faculty',
    708                 'label_edit': 'faculty',
     707                'label': 'Faculty',
     708                'label_edit': 'Faculty',
    709709                'description': '',
    710710                'help': '',
     
    770770##            },
    771771##        },
    772 ##       
     772##
    773773##        '3rd_choice': {
    774774##            'type': 'String Widget',
     
    823823                'fields': ('admission_sc_pin',),
    824824                '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',
    827827                'description': '',
    828828                'help': '',
     
    10191019                'is_i18n': 0,
    10201020                'is_required': 1,
    1021                 'label_edit': 'Hallname',
     1021                'label_edit': 'Hall Name',
    10221022                'help': '',
    10231023                'display_width': 40,
     
    10321032                'fields': ('which_sex',),
    10331033                'is_required': False,
    1034                 'label': 'sex',
    1035                 'label_edit': 'sex',
     1034                'label': 'Sex',
     1035                'label_edit': 'Sex',
    10361036                'label_false': 'male',
    10371037                'label_true': 'female',
     
    10501050                'label_edit': 'Nr of Blocks',
    10511051                'description': '',
    1052                 'help': 'Number of Blocks this Hall has',
     1052                'help': 'Number of blocks',
    10531053                'is_i18n': False,
    10541054                'vocabulary': 'range10',
     
    10641064                'label_edit': 'Nr of Floors',
    10651065                'description': '',
    1066                 'help': 'Number of Floors per Block this Hall has',
     1066                'help': 'Number of floors per block',
    10671067                'is_i18n': False,
    10681068                'vocabulary': 'range5',
     
    10781078                'label_edit': 'Rooms per Floor',
    10791079                'description': '',
    1080                 'help': 'Number of Rooms per Floor this Hall has',
     1080                'help': 'Number of rooms per floor',
    10811081                'is_i18n': False,
    10821082                'vocabulary': 'range50',
     
    10921092                'label_edit': 'Beds per Room',
    10931093                'description': '',
    1094                 'help': 'Number of Beds per Room this Hall has',
     1094                'help': 'Number of beds per room',
    10951095                'is_i18n': False,
    10961096                'vocabulary': 'range10',
     
    11041104                'is_required': True,
    11051105                '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',
    11091109                'is_i18n': False,
    11101110            },
     
    11341134layouts['student'] = student_layout
    11351135layouts['student_personal'] = student_personal_layout
    1136 layouts['accommodation'] = accommodation 
    1137 layouts['accobook'] = accobook 
     1136layouts['accommodation'] = accommodation
     1137layouts['accobook'] = accobook
    11381138layouts['scratch_card'] = scratch_card
    11391139layouts['admission'] = admission
Note: See TracChangeset for help on using the changeset viewer.