Changeset 850 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 12 Nov 2006, 09:17:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit_form.pt
r847 r850 1 1 <tal:block define=" 2 info context/getStudentInfo;3 2 rendered_main python:context.getContent().render(layout_mode='edit', 4 3 cluster=None, … … 10 9 edition python:True; 11 10 metadata metadata|nothing; 12 is_manager info/is_manager|nothing;13 11 "> 14 12 <metal:block define-macro="edit_form"> 15 13 <metal:block use-macro="here/content_lib_master/macros/master"> 16 17 14 18 15 <metal:block fill-slot="header"> 19 <span tal:condition="not: is_manager">16 <span tal:condition="not: context/isManager"> 20 17 <metal:block use-macro="here/error_not_found/macros/not_found" /> 21 18 </span> 22 <span tal:condition=" is_manager">19 <span tal:condition="context/isManager"> 23 20 <h3 tal:condition="creation" i18n:translate=""> 24 21 Create a document of type … … 49 46 50 47 51 <metal:block fill-slot="main" tal:condition=" is_manager">48 <metal:block fill-slot="main" tal:condition="context/isManager"> 52 49 <form action="ACTION" method="post" id="editForm" 53 50 enctype="multipart/form-data" class="workflow"
Note: See TracChangeset for help on using the changeset viewer.