Changeset 29 for waeup_product/trunk


Ignore:
Timestamp:
30 Sep 2005, 22:27:01 (19 years ago)
Author:
joachim
Message:

noch mehr

Location:
waeup_product/trunk/skins
Files:
1 added
3 edited

Legend:

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

    r27 r29  
    5656                'fields': ('jamb_pin_usage',),
    5757                'is_required': False,
    58                 'label': 'Nr of tries',
    59                 'label_edit': 'Nr of tries',
    60                 'description': '',
    61                 'help': '',
    62                 'is_i18n': False,
    63                 'readonly_layout_modes': (),
    64                 'hidden_layout_modes': (),
    65                 'hidden_readonly_layout_modes': (),
    66                 'hidden_empty': False,
    67                 'hidden_if_expr': '',
    68                 'css_class': '',
    69                 'widget_mode_expr': '',
    70                 'display_width': 10,
    71                 'size_max': 0,
     58                'label': 'Nr of Cardusage',
     59                'label_edit': 'Nr of Cardusage',
     60                'description': '',
     61                'help': 'How many times has the scratchcard been used',
     62                'is_i18n': False,
     63                'readonly_layout_modes': (),
     64                'hidden_layout_modes': (),
     65                'hidden_readonly_layout_modes': (),
     66                'hidden_empty': False,
     67                'hidden_if_expr': '',
     68                'css_class': '',
     69                'widget_mode_expr': '',
     70                'display_width': 2,
     71                'size_max': 2,
    7272            },
    7373        },
     
    179179                'label': 'Student ID',
    180180                'label_edit': 'Student ID',
    181                 'description': '',
    182                 'help': '',
    183                 'is_i18n': False,
    184                 'readonly_layout_modes': (),
    185                 'hidden_layout_modes': (),
    186                 'hidden_readonly_layout_modes': (),
    187                 'hidden_empty': False,
    188                 'hidden_if_expr': '',
    189                 'css_class': '',
    190                 'widget_mode_expr': '',
    191                 'display_width': 10,
    192                 'size_max': 0,
     181                'description': 'The Student ID from JAMB',
     182                'help': 'The Student ID from JAMB',
     183                'is_i18n': False,
     184                'readonly_layout_modes': (),
     185                'hidden_layout_modes': (),
     186                'hidden_readonly_layout_modes': (),
     187                'hidden_empty': False,
     188                'hidden_if_expr': '',
     189                'css_class': '',
     190                'widget_mode_expr': '',
     191                'display_width': 8,
     192                'size_max': 8,
    193193            },
    194194        },
     
    233233                'css_class': '',
    234234                'widget_mode_expr': '',
    235                 'display_width': 10,
    236                 'size_max': 0,
     235                'display_width': 2,
     236                'size_max': 2,
    237237            },
    238238        },
     
    323323                'css_class': '',
    324324                'widget_mode_expr': '',
    325                 'display_width': 20,
     325                'display_width': 3,
    326326                'size_max': 0,
    327327            },
  • waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py

    r27 r29  
    2828        'type': 'CPS String Field',
    2929        'data': {
    30             'default_expr': 'string:',
     30            'default_expr': 'string:Lagos',
    3131            'is_searchabletext': True,
    3232            'acl_read_permissions': '',
     
    147147        'type': 'CPS Boolean Field',
    148148        'data': {
    149             'default_expr': 'python:False',
     149            'default_expr': 'python:0',
    150150            'is_searchabletext': False,
    151151            'acl_read_permissions': '',
  • waeup_product/trunk/skins/waeup_student/student_admitted_form.pt

    r25 r29  
    3434            Candidate Name</TD>
    3535            <TD>
    36               <span>EYIEZOR AKOMU ODION</span></TD>
     36              <span>Olomide Kingshasa</span></TD>
    3737          </tr>
    3838          <tr>
    3939            <TD>Registration Number</TD>
    4040            <TD>
    41               <span>52083535AC</span></TD>
     41              <span>1234567AC</span></TD>
    4242          </tr>
    4343          <tr>
     
    5252          <tr>
    5353            <TD >
    54               <span>02536</span>
     54              <span>4568</span>
    5555              <span>401</span></TD>
    5656            <TD>
Note: See TracChangeset for help on using the changeset viewer.