Ignore:
Timestamp:
17 Nov 2005, 08:55:12 (19 years ago)
Author:
Henrik Bettermann
Message:

minor modifications

Location:
waeup_product/trunk/skins/waeup_default
Files:
2 edited

Legend:

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

    r182 r188  
    946946        },
    947947        'jamb_aggregate': {
    948             'type': 'Int Widget',
    949             'data': {
    950                 'title': 'Agregate',
     948            'type': 'String Widget',
     949            'data': {
     950                'title': 'Aggregate',
    951951                'fields': ('jamb_aggregate',),
    952952                'is_required': False,
    953                 'label': 'Score',
    954                 'label_edit': 'Score',
     953                'label': 'JAMB Score',
     954                'label_edit': 'JAMB Score',
    955955                'description': '',
    956956                'help': '',
     
    10111011    }###)
    10121012
    1013    
     1013
    10141014student_eligibility = { ###(
    10151015    'widgets': eli_widgets,
     
    10191019        'ncols': 1,
    10201020        'rows': [
    1021             [{'widget_id': 'jamb_results', 'ncols': 1},],
     1021            #[{'widget_id': 'jamb_results', 'ncols': 1},],
    10221022            [{'widget_id': 'jamb_aggregate', 'ncols': 1},],
    10231023            [{'widget_id': 'jamb_listing_date', 'ncols': 1},],
     
    10361036        'ncols': 1,
    10371037        'rows': [
    1038             [{'widget_id': 'jamb_results', 'ncols': 1},],
     1038            #[{'widget_id': 'jamb_results', 'ncols': 1},],
    10391039            [{'widget_id': 'jamb_aggregate', 'ncols': 1},],
    1040             [{'widget_id': 'jamb_listing_date', 'ncols': 1},],
     1040            #[{'widget_id': 'jamb_listing_date', 'ncols': 1},],
    10411041            [{'widget_id': 'faculty', 'ncols': 1},],
    10421042            [{'widget_id': 'course', 'ncols': 1},],
     
    11301130                'fields': ('passport',),
    11311131                'is_required': False,
    1132                 'label': 'scanned Passport',
    1133                 'label_edit': 'scanned Passport',
     1132                'label': 'Scanned Passport',
     1133                'label_edit': 'Scanned Passport',
    11341134                'description': '',
    11351135                'help': '',
     
    16131613        },
    16141614        'aggregate': {
    1615             'type': 'Int Widget',
     1615            'type': 'String Widget',
    16161616            'data': {
    16171617                'title': 'Agregate',
    16181618                'fields': ('aggregate',),
    16191619                'is_required': False,
    1620                 'label': 'Score',
    1621                 'label_edit': 'Score',
     1620                'label': 'JAMB Score',
     1621                'label_edit': 'JAMB Score',
    16221622                'description': '',
    16231623                'help': '',
  • waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py

    r184 r188  
    298298          'id'        : 'eligibility',
    299299          'name'      : 'Eligibility Data',
    300           'action'    : 'eligibility',
     300          'action'    : 'ELIGIBILITY',
    301301          'condition':  'object/memberIsOwner',
    302302          'permission': (ModifyPortalContent,),
Note: See TracChangeset for help on using the changeset viewer.