- Timestamp:
- 8 Nov 2005, 09:07:53 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py
r152 r161 312 312 'fields': ('birthday',), 313 313 'is_required': False, 314 'label': ' ',314 'label': 'Day of birth', 315 315 'label_edit': 'Day of birth', 316 316 'description': 'Day of birth', … … 326 326 'display_width': 10, 327 327 'size_max': 0, 328 }, 329 }, 330 'photo': { 331 'type': 'Photo Widget', 332 'data': { 333 'title': '', 334 'fields': ('photo',), 335 'is_required': False, 336 'label': 'Personal Picture', 337 'label_edit': 'Personal Picture', 338 'description': '', 339 'help': '', 340 'is_i18n': False, 341 'readonly_layout_modes': (), 342 'hidden_layout_modes': (), 343 'hidden_readonly_layout_modes': (), 344 'hidden_empty': False, 345 'hidden_if_expr': '', 346 'widget_mode_expr': '', 347 'css_class': '', 348 'css_class_expr': '', 349 'javascript_expr': '', 350 'deletable': True, 351 'size_max': 4194304, 352 'display_width': 90, 353 'display_height': 180, 354 'allow_resize': True, 355 'render_position': 'left', 356 'configurable': 'nothing', 357 'keep_original': 1, 358 }, 359 }, 360 'birth_certificate': { 361 'type': 'Image Widget', 362 'data': { 363 'title': '', 364 'fields': ('birth_certificate',), 365 'is_required': False, 366 'label': 'Birth Certificate', 367 'label_edit': 'Birth Certificate', 368 'description': '', 369 'help': '', 370 'is_i18n': False, 371 'readonly_layout_modes': (), 372 'hidden_layout_modes': (), 373 'hidden_readonly_layout_modes': (), 374 'hidden_empty': False, 375 'hidden_if_expr': '', 376 'widget_mode_expr': '', 377 'css_class': '', 378 'css_class_expr': '', 379 'javascript_expr': '', 380 'deletable': True, 381 'size_max': 4194304, 382 'display_width': 300, 383 'display_height':600, 384 'allow_resize': True, 328 385 }, 329 386 }, … … 339 396 [{'widget_id': 'sex', 'ncols': 1},], 340 397 [{'widget_id': 'birthday', 'ncols': 1},], 398 [{'widget_id': 'photo', 'ncols': 1},], 399 [{'widget_id': 'birth_certificate', 'ncols': 1},], 341 400 ] 342 401 },
Note: See TracChangeset for help on using the changeset viewer.