Changeset 29 for waeup_product/trunk/skins
- Timestamp:
- 30 Sep 2005, 22:27:01 (19 years ago)
- Location:
- waeup_product/trunk/skins
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py
r27 r29 56 56 'fields': ('jamb_pin_usage',), 57 57 '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, 72 72 }, 73 73 }, … … 179 179 'label': 'Student ID', 180 180 '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, 193 193 }, 194 194 }, … … 233 233 'css_class': '', 234 234 'widget_mode_expr': '', 235 'display_width': 10,236 'size_max': 0,235 'display_width': 2, 236 'size_max': 2, 237 237 }, 238 238 }, … … 323 323 'css_class': '', 324 324 'widget_mode_expr': '', 325 'display_width': 20,325 'display_width': 3, 326 326 'size_max': 0, 327 327 }, -
waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py
r27 r29 28 28 'type': 'CPS String Field', 29 29 'data': { 30 'default_expr': 'string: ',30 'default_expr': 'string:Lagos', 31 31 'is_searchabletext': True, 32 32 'acl_read_permissions': '', … … 147 147 'type': 'CPS Boolean Field', 148 148 'data': { 149 'default_expr': 'python: False',149 'default_expr': 'python:0', 150 150 'is_searchabletext': False, 151 151 'acl_read_permissions': '', -
waeup_product/trunk/skins/waeup_student/student_admitted_form.pt
r25 r29 34 34 Candidate Name</TD> 35 35 <TD> 36 <span> EYIEZOR AKOMU ODION</span></TD>36 <span>Olomide Kingshasa</span></TD> 37 37 </tr> 38 38 <tr> 39 39 <TD>Registration Number</TD> 40 40 <TD> 41 <span> 52083535AC</span></TD>41 <span>1234567AC</span></TD> 42 42 </tr> 43 43 <tr> … … 52 52 <tr> 53 53 <TD > 54 <span> 02536</span>54 <span>4568</span> 55 55 <span>401</span></TD> 56 56 <TD>
Note: See TracChangeset for help on using the changeset viewer.