Changeset 1192 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 3 Jan 2007, 21:36:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/layout_search_edit.pt
r805 r1192 2 2 tal:define="layout options/layout; 3 3 ds options/datastructure; 4 creation creation|nothing;5 metadata metadata|nothing;6 type_name request/type_name|nothing;7 ti python:type_name and getattr(here.portal_types,type_name,None) or getattr(here.portal_types,here.portal_type,None);8 creation_form python:ti and ti.getActionById('create', 'cpsdocument_create_form') or 'cpsdocument_create_form' ;9 edit_form python:ti and ti.getActionById('edit', 'cpsdocument_edit_form') or 'cpsdocument_edit_form';10 metadata_form python:ti and ti.getActionById('metadata', 'cpsdocument_metadata') or 'cpsdocument_metadata';11 4 formaction options/formaction|string:.; 12 first_layout options/first_layout|python:0;13 last_layout options/last_layout|python:0;14 5 is_flexible options/is_flexible; 15 6 cpsmcat nocall:here/translation_service;
Note: See TracChangeset for help on using the changeset viewer.