- Timestamp:
- 12 Nov 2006, 09:17:47 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 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" -
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form_manager.pt
r844 r850 11 11 creation python:False; 12 12 metadata nothing; 13 is_manager info/is_manager|nothing;13 is_manager context/isManager; 14 14 "> 15 <metal:block define-macro="edit_form">16 15 <metal:block use-macro="here/waeup_content_master/macros/master"> 17 16 … … 66 65 67 66 </metal:block> 68 </metal:block>69 67 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.