Ignore:
Timestamp:
16 Nov 2005, 09:47:40 (19 years ago)
Author:
Henrik Bettermann
Message:

minor modifications

File:
1 edited

Legend:

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

    r177 r178  
    3636                'is_required': 1,
    3737                'label_edit': 'Headline',
    38                 'help': 'a Short Headline',
     38                'help': 'Short Headline',
    3939                'display_width': 40,
    4040                'size_max': 200,
     
    4949                'label_edit': 'Text',
    5050                'label': 'Text',
    51                 'help': 'a Short Description',
     51                'help': 'Short Description',
    5252                'css_class': 'description',
    5353                'width': 72,
     
    9696
    9797sc_pin = { ###(
    98          'type': 'Scratchcard PIN Widget',
     98         'type': 'Scratchcard Pin Widget',
    9999         'data': {
    100100                'title': 'SC PIN',
     
    211211                'label_edit': 'First Name',
    212212                'description': 'First Name',
    213                 'help': 'First Name',
     213                'help': '',
    214214                'is_i18n': False,
    215215                'display_width': 40,
     
    228228                'label_edit': 'Middle Name',
    229229                'description': '',
    230                 'help': 'Middle Name',
     230                'help': '',
    231231                'is_i18n': False,
    232232                'readonly_layout_modes': (),
     
    253253                'label_edit': 'Surname',
    254254                'description': '',
    255                 'help': 'Surname',
     255                'help': '',
    256256                'is_i18n': False,
    257257                'readonly_layout_modes': (),
     
    277277                'label': 'Email',
    278278                'label_edit': 'Email',
    279                 'description': 'First Name',
    280                 'help': 'Email Address',
     279                'description': '',
     280                'help': '',
    281281                'is_i18n': False,
    282282                'display_width': 40,
     
    10791079        },
    10801080        'sc_pin': {
    1081             'type': 'Scratchcard PIN Widget',
     1081            'type': 'Scratchcard Pin Widget',
    10821082            'data': {
    10831083                'title': 'SC PIN',
    10841084                'fields': ('sc_pin'),
    10851085                'is_required': True,
    1086                 'label': 'Scratchcard PIN',
    1087                 'label_edit': 'Scratchcard PIN',
    1088                 'description': '',
    1089                 'help': 'Enter a Valid Scratch Card PIN',
     1086                'label': 'Scratchcard Pin',
     1087                'label_edit': 'Scratchcard Pin',
     1088                'description': '',
     1089                'help': '',
    10901090                'is_i18n': False,
    10911091                'readonly_layout_modes': (),
     
    11851185        },###)
    11861186        'sc_pin': {
    1187             'type': 'Scratchcard PIN Widget',
     1187            'type': 'Scratchcard Pin Widget',
    11881188            'data': {
    11891189                'title': 'SC PIN',
     
    12471247        },
    12481248        'sc_pin': {
    1249             'type': 'Scratchcard PIN Widget',
     1249            'type': 'Scratchcard Pin Widget',
    12501250            'data': {
    12511251                'title': 'SC PIN',
     
    19541954                'label_edit': 'Assigned Beds',
    19551955                'description': '',
    1956                 'help': 'Number of beds already assined to students',
     1956                'help': 'Number of beds already assigned to students',
    19571957                'is_i18n': False,
    19581958            },
     
    20032003        },###)
    20042004      'sc_pin': { ###(
    2005          'type': 'Scratchcard PIN Widget',
     2005         'type': 'Scratchcard Pin Widget',
    20062006         'data': {
    20072007                'title': 'SC PIN',
    20082008                'fields': ('sc_pin'),
    20092009                'is_required': True,
    2010                 'label': 'enter  PIN',
    2011                 'label_edit': 'enter Scratchcard PIN with the value above',
    2012                 'description': '',
    2013                 'help': 'Please enter a Scratchcard PIN valid for Registration of next level',
     2010                'label': 'Enter  PIN',
     2011                'label_edit': 'Enter Scratchcard Pin with the value above',
     2012                'description': '',
     2013                'help': 'Please enter a Scratchcard Pin valid for Registration of Next Level',
    20142014                'is_i18n': False,
    20152015                'readonly_layout_modes': (),
     
    20842084        },###)
    20852085    'sc_pin': { ###(
    2086          'type': 'Scratchcard PIN Widget',
     2086         'type': 'Scratchcard Pin Widget',
    20872087         'data': {
    20882088                'title': 'SC PIN',
     
    20902090                'is_required': True,
    20912091                'label': 'enter  PIN',
    2092                 'label_edit': 'enter an Accommodation PIN',
    2093                 'description': '',
    2094                 'help': 'Please enter a PIN valid for Accomodation Booking',
     2092                'label_edit': 'Enter an Accommodation PIN',
     2093                'description': '',
     2094                'help': 'Enter a PIN valid for Accomodation Booking',
    20952095                'is_i18n': False,
    20962096                'readonly_layout_modes': (),
     
    21662166        },###)
    21672167    'sc_pin': { ###(
    2168          'type': 'Scratchcard PIN Widget',
     2168         'type': 'Scratchcard Pin Widget',
    21692169         'data': {
    21702170                'title': 'SC PIN',
     
    21722172                'is_required': True,
    21732173                'label': 'enter  PIN',
    2174                 'label_edit': 'enter an Hostel payment PIN',
    2175                 'description': '',
    2176                 'help': 'Please enter a PIN valid for Paying Hostel Fee',
     2174                'label_edit': 'Enter Hostel Payment PIN',
     2175                'description': '',
     2176                'help': 'Enter PIN valid for Paying Hostel Fee',
    21772177                'is_i18n': False,
    21782178                'readonly_layout_modes': (),
Note: See TracChangeset for help on using the changeset viewer.