- Timestamp:
- 8 Nov 2007, 10:14:35 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_layout/layout_application_edit.pt
r2243 r2579 1 <metal:block define-macro="default_edit" 1 <metal:define tal:define="isStaff context/isStaff; 2 isStudent context/isStudent;"> 3 4 <metal:block tal:condition="isStaff"> 5 <metal:block use-macro="here/layout_waeup_edit/macros/default_edit"/> 6 </metal:block> 7 8 9 <metal:block define-macro="application_student_edit" 10 tal:condition="isStudent" 2 11 tal:define="layout options/layout; 3 12 ds options/datastructure; … … 8 17 proceed options/proceed|nothing; 9 18 widgets python:context.getRenderedWidgets(layout); 10 "> 19 fields python:( 'app_email', 20 'app_mobile',)"> 11 21 <table class="layoutDefault" summary="Form layout" 12 22 tal:condition="layout/rows"> … … 107 117 </table> 108 118 </metal:block> 119 </metal:define>
Note: See TracChangeset for help on using the changeset viewer.