Ignore:
Timestamp:
12 Oct 2006, 21:27:13 (18 years ago)
Author:
joachim
Message:

removed double Save Button in external_edit_form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/layout_waeup_edit.pt

    r672 r679  
    88  formaction options/formaction|string:student_edit;
    99  creation creation|nothing;
     10  external python:request.URL0.endswith('external_edit_form');
     11  save_button python:not (creation or external);
    1012  metadata metadata|nothing;
    1113  type_name request/type_name|nothing;
     
    120122         value="Save"
    121123         id="cpsdocument_edit_button"
    122          tal:condition="not:creation" />
     124         tal:condition="save_button" />
    123125  <input type="submit" class="standalone" name="apply_admission"
    124126         value="apply for admission"
Note: See TracChangeset for help on using the changeset viewer.