Ignore:
Timestamp:
16 Nov 2005, 23:30:12 (19 years ago)
Author:
joachim
Message:

=eligibility edit geht fast

File:
1 edited

Legend:

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

    r179 r182  
    908908                'is_i18n': 0,
    909909                'readonly_layout_modes': [],
    910                 'hidden_layout_modes': [],
     910                'hidden_layout_modes': ['create','edit'],
    911911                'hidden_readonly_layout_modes': [],
    912912                'hidden_empty': 0,
     
    922922        }###)
    923923
    924 student_eligibility = { ###(
    925     'widgets': {
     924eli_widgets = { ###(
    926925        'jamb_results': {
    927926            'type': 'String Widget',
     
    10101009        },
    10111010        'schoolresults': schoolresults,
    1012     },
     1011    }###)
     1012
     1013   
     1014student_eligibility = { ###(
     1015    'widgets': eli_widgets,
    10131016    'layout': {
    10141017        'style_prefix': 'layout_waeup_',
     1018        'flexible_widgets': (),
     1019        'ncols': 1,
     1020        'rows': [
     1021            [{'widget_id': 'jamb_results', 'ncols': 1},],
     1022            [{'widget_id': 'jamb_aggregate', 'ncols': 1},],
     1023            [{'widget_id': 'jamb_listing_date', 'ncols': 1},],
     1024            [{'widget_id': 'faculty', 'ncols': 1},],
     1025            [{'widget_id': 'course', 'ncols': 1},],
     1026            [{'widget_id': 'schoolresults', 'ncols': 1},],
     1027        ]
     1028    },
     1029}###)
     1030
     1031student_eligibility_edit = { ###(
     1032    'widgets': eli_widgets,
     1033    'layout': {
     1034        'style_prefix': 'layout_eligibility_',
    10151035        'flexible_widgets': (),
    10161036        'ncols': 1,
     
    23792399layouts['student_personal_addon'] = student_personal_addon
    23802400layouts['student_eligibility'] = student_eligibility
     2401layouts['student_eligibility_edit'] = student_eligibility_edit
    23812402layouts['student_schoolresults'] = student_schoolresults
    23822403layouts['accommodation'] = accommodation
Note: See TracChangeset for help on using the changeset viewer.