Ignore:
Timestamp:
3 Nov 2005, 08:41:59 (19 years ago)
Author:
joachim
Message:

=fixed Title bug in Course and Hall

File:
1 edited

Legend:

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

    r142 r144  
    6363         'data': {
    6464                'fields': ['Title'],
    65                 'level': 1,
    6665                'is_i18n': 0,
    6766                'is_required': 1,
     
    821820    'widgets': {
    822821        'heading': {
    823          'type': 'Heading Widget',
     822         'type': 'String Widget',
    824823         'data': {
    825824                'fields': ['heading'],
    826                 'level': 2,
    827825                'is_i18n': 0,
    828826                'is_required': 1,
     
    834832            },
    835833        },
    836         'title': Title,
    837834        'text': Text,
    838835        'level': {
     
    920917        'ncols': 1,
    921918        'rows': [
    922             #[{'widget_id': 'heading', 'ncols': 1},],
    923             [{'widget_id': 'title', 'ncols': 1},],
     919            [{'widget_id': 'heading', 'ncols': 1},],
     920            #[{'widget_id': 'Title', 'ncols': 1},],
    924921            [{'widget_id': 'text', 'ncols': 1},],
    925922            [{'widget_id': 'level', 'ncols': 1},],
     
    10321029    'widgets': {
    10331030        'heading': {
    1034          'type': 'Heading Widget',
     1031         'type': 'String Widget',
    10351032         'data': {
    10361033                'fields': ['heading'],
     
    10451042            },
    10461043        },
    1047         'Title': Title,
    10481044        'text': Text,
    10491045        'which_sex': {
     
    11371133        'ncols': 1,
    11381134        'rows': [
    1139             #[{'widget_id': 'heading', 'ncols': 1},],
    1140             [{'widget_id': 'Title', 'ncols': 1},],
     1135            [{'widget_id': 'heading', 'ncols': 1},],
     1136            #[{'widget_id': 'Title', 'ncols': 1},],
    11411137            [{'widget_id': 'text', 'ncols': 1},],
    11421138            [{'widget_id': 'which_sex', 'ncols': 1},],
Note: See TracChangeset for help on using the changeset viewer.