Ignore:
Timestamp:
8 Nov 2007, 10:14:35 (17 years ago)
Author:
Henrik Bettermann
Message:

Ziwschenversion

Ich arbeite noch an layout_application_edit.pt

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"
    211  tal:define="layout options/layout;
    312  ds options/datastructure;
     
    817  proceed options/proceed|nothing;
    918  widgets python:context.getRenderedWidgets(layout);
    10   ">
     19  fields python:( 'app_email',
     20                  'app_mobile',)">
    1121  <table class="layoutDefault" summary="Form layout"
    1222         tal:condition="layout/rows">
     
    107117  </table>
    108118</metal:block>
     119</metal:define>
Note: See TracChangeset for help on using the changeset viewer.