Ignore:
Timestamp:
16 Nov 2005, 08:16:29 (19 years ago)
Author:
Henrik Bettermann
Message:

minor modifications

File:
1 edited

Legend:

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

    r176 r177  
    3636                'is_required': 1,
    3737                'label_edit': 'Headline',
    38                 'help': 'a short headline',
     38                'help': 'a Short Headline',
    3939                'display_width': 40,
    4040                'size_max': 200,
     
    4949                'label_edit': 'Text',
    5050                'label': 'Text',
    51                 'help': 'a short Description',
     51                'help': 'a Short Description',
    5252                'css_class': 'description',
    5353                'width': 72,
     
    9696
    9797sc_pin = { ###(
    98          'type': 'Scratchcard Pin Widget',
     98         'type': 'Scratchcard PIN Widget',
    9999         'data': {
    100                 'title': 'SC Pin',
     100                'title': 'SC PIN',
    101101                'fields': ('sc_pin'),
    102102                'is_required': True,
    103103                'label': 'enter  PIN',
    104                 'label_edit': 'enter an Accommodation PIN',
     104                'label_edit': 'Enter an Accommodation PIN',
    105105                'description': '',
    106106                'help': 'Please enter a PIN valid for Accomodation booking',
     
    211211                'label_edit': 'First Name',
    212212                'description': 'First Name',
    213                 'help': 'First name',
     213                'help': 'First Name',
    214214                'is_i18n': False,
    215215                'display_width': 40,
     
    228228                'label_edit': 'Middle Name',
    229229                'description': '',
    230                 'help': 'middle name',
     230                'help': 'Middle Name',
    231231                'is_i18n': False,
    232232                'readonly_layout_modes': (),
     
    278278                'label_edit': 'Email',
    279279                'description': 'First Name',
    280                 'help': 'First name',
     280                'help': 'Email Address',
    281281                'is_i18n': False,
    282282                'display_width': 40,
     
    321321                'label_edit': 'New Password',
    322322                'description': '',
    323                 'help': 'enter a new Password',
     323                'help': 'Enter a New Password',
    324324                'is_i18n': 0,
    325325                'readonly_layout_modes': [],
     
    352352                'label_edit': 'Confirm Password',
    353353                'description': '',
    354                 'help': 'confirm the new Password',
     354                'help': 'Confirm the New Password',
    355355                'is_i18n': False,
    356356                'display_width': 12,
     
    470470            'type': 'String Widget',
    471471            'data': {
    472                 'title': 'Accommodation SC Pin',
     472                'title': 'Accommodation SC PIN',
    473473                'fields': ('accommodation_sc_pin',),
    474474                'is_required': False,
    475                 'label': 'Accommodation SC Pin',
    476                 'label_edit': 'Accommodation SC Pin',
     475                'label': 'Accommodation SC PIN',
     476                'label_edit': 'Accommodation SC PIN',
    477477                'description': '',
    478478                'help': '',
     
    514514            'type': 'DateTime Widget',
    515515            'data': {
    516                 'title': 'Accommodation SC Pin',
     516                'title': 'Accommodation SC PIN',
    517517                'fields': ('accommodation_date',),
    518518                'is_required': False,
     
    558558            'type': 'String Widget',
    559559            'data': {
    560                 'title': 'hostel_fee SC Pin',
     560                'title': 'hostel_fee SC PIN',
    561561                'fields': ('hostel_fee_sc_pin',),
    562562                'is_required': False,
    563                 'label': 'Hostel Fee SC Pin',
    564                 'label_edit': 'Hostel Fee SC Pin',
     563                'label': 'Hostel Fee SC PIN',
     564                'label_edit': 'Hostel Fee SC PIN',
    565565                'description': '',
    566566                'help': '',
     
    602602            'type': 'DateTime Widget',
    603603            'data': {
    604                 'title': 'hostel_fee SC Pin',
     604                'title': 'hostel_fee SC PIN',
    605605                'fields': ('hostel_fee_date',),
    606606                'is_required': False,
     
    646646            'type': 'String Widget',
    647647            'data': {
    648                 'title': 'Admission check SC Pin',
     648                'title': 'Admission check SC PIN',
    649649                'fields': ('adm_check_sc_pin',),
    650650                'is_required': False,
    651                 'label': 'Admission check SC Pin',
    652                 'label_edit': 'Admission check SC Pin',
     651                'label': 'Admission check SC PIN',
     652                'label_edit': 'Admission check SC PIN',
    653653                'description': '',
    654654                'help': '',
     
    690690            'type': 'DateTime Widget',
    691691            'data': {
    692                 'title': 'Admission check SC Pin',
     692                'title': 'Admission check SC PIN',
    693693                'fields': ('adm_check_date',),
    694694                'is_required': False,
     
    734734            'type': 'String Widget',
    735735            'data': {
    736                 'title': 'clearance SC Pin',
     736                'title': 'clearance SC PIN',
    737737                'fields': ('clearance_sc_pin',),
    738738                'is_required': False,
    739                 'label': 'Clearance SC Pin',
    740                 'label_edit': 'Clearance SC Pin',
     739                'label': 'Clearance SC PIN',
     740                'label_edit': 'Clearance SC PIN',
    741741                'description': '',
    742742                'help': '',
     
    778778            'type': 'DateTime Widget',
    779779            'data': {
    780                 'title': 'clearance SC Pin',
     780                'title': 'clearance SC PIN',
    781781                'fields': ('clearance_date',),
    782782                'is_required': False,
     
    10791079        },
    10801080        'sc_pin': {
    1081             'type': 'Scratchcard Pin Widget',
    1082             'data': {
    1083                 'title': 'SC Pin',
     1081            'type': 'Scratchcard PIN Widget',
     1082            'data': {
     1083                'title': 'SC PIN',
    10841084                'fields': ('sc_pin'),
    10851085                'is_required': True,
    1086                 'label': 'Scratchcard Pin',
    1087                 'label_edit': 'Scratchcard Pin',
    1088                 'description': '',
    1089                 'help': 'Please enter a valid Scratch card pin',
     1086                'label': 'Scratchcard PIN',
     1087                'label_edit': 'Scratchcard PIN',
     1088                'description': '',
     1089                'help': 'Enter a Valid Scratch Card PIN',
    10901090                'is_i18n': False,
    10911091                'readonly_layout_modes': (),
     
    11851185        },###)
    11861186        'sc_pin': {
    1187             'type': 'Scratchcard Pin Widget',
    1188             'data': {
    1189                 'title': 'SC Pin',
     1187            'type': 'Scratchcard PIN Widget',
     1188            'data': {
     1189                'title': 'SC PIN',
    11901190                'fields': ('sc_pin'),
    11911191                'is_required': True,
     
    12471247        },
    12481248        'sc_pin': {
    1249             'type': 'Scratchcard Pin Widget',
    1250             'data': {
    1251                 'title': 'SC Pin',
     1249            'type': 'Scratchcard PIN Widget',
     1250            'data': {
     1251                'title': 'SC PIN',
    12521252                'fields': ('sc_pin'),
    12531253                'is_required': True,
     
    13761376                'label_edit': 'Registration Nr',
    13771377                'description': 'The student id from JAMB',
    1378                 'help': 'The student id from JAMB',
     1378                'help': 'The Student ID from JAMB',
    13791379                'is_i18n': False,
    13801380                'display_width': 10,
     
    14801480                'label_edit': 'Study Course',
    14811481                'description': '',
    1482                 'help': 'The course to study',
     1482                'help': '',
    14831483                'vocabulary': 'get_departments_voc',
    14841484                'is_i18n': False,
     
    18981898                'label_edit': 'Nr of Blocks',
    18991899                'description': '',
    1900                 'help': 'Number of blocks',
     1900                'help': '',
    19011901                'is_i18n': False,
    19021902                'vocabulary': 'range10',
     
    19121912                'label_edit': 'Nr of Floors',
    19131913                'description': '',
    1914                 'help': 'Number of floors per block',
     1914                'help': '',
    19151915                'is_i18n': False,
    19161916                'vocabulary': 'range5',
     
    19261926                'label_edit': 'Rooms per Floor',
    19271927                'description': '',
    1928                 'help': 'Number of rooms per floor',
     1928                'help': '',
    19291929                'is_i18n': False,
    19301930                'vocabulary': 'range50',
     
    19401940                'label_edit': 'Beds per Room',
    19411941                'description': '',
    1942                 'help': 'Number of beds per room',
     1942                'help': '',
    19431943                'is_i18n': False,
    19441944                'vocabulary': 'range10',
     
    20032003        },###)
    20042004      'sc_pin': { ###(
    2005          'type': 'Scratchcard Pin Widget',
     2005         'type': 'Scratchcard PIN Widget',
    20062006         'data': {
    2007                 'title': 'SC Pin',
     2007                'title': 'SC PIN',
    20082008                'fields': ('sc_pin'),
    20092009                'is_required': True,
     
    20842084        },###)
    20852085    'sc_pin': { ###(
    2086          'type': 'Scratchcard Pin Widget',
     2086         'type': 'Scratchcard PIN Widget',
    20872087         'data': {
    2088                 'title': 'SC Pin',
     2088                'title': 'SC PIN',
    20892089                'fields': ('sc_pin'),
    20902090                'is_required': True,
     
    20922092                'label_edit': 'enter an Accommodation PIN',
    20932093                'description': '',
    2094                 'help': 'Please enter a PIN valid for Accomodation booking',
     2094                'help': 'Please 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': {
    2170                 'title': 'SC Pin',
     2170                'title': 'SC PIN',
    21712171                'fields': ('sc_pin'),
    21722172                'is_required': True,
     
    21742174                'label_edit': 'enter an Hostel payment PIN',
    21752175                'description': '',
    2176                 'help': 'Please enter a PIN valid for paying hostel fee',
     2176                'help': 'Please enter a PIN valid for Paying Hostel Fee',
    21772177                'is_i18n': False,
    21782178                'readonly_layout_modes': (),
Note: See TracChangeset for help on using the changeset viewer.