Changeset 873 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
16 Nov 2006, 08:37:23 (18 years ago)
Author:
joachim
Message:

removed cpsdocument_edit_form from waeup_custom
changed all waeup-usages of cpsdocument_edit_form to waeup_edit_form

Location:
WAeUP_SRP/trunk/skins
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py

    r805 r873  
    3434# Validate the document and write it if it's valid
    3535# (We don't call getEditableContent here, validate does it when needed.)
    36 info = context.getStudentInfo()
    37 ##if info and info['is_student']:
    38 ##    return
     36#info = context.getStudentInfo()
    3937doc = context.getContent()
    4038is_valid, ds = doc.validate(request=REQUEST, proxy=context, cluster=cluster,
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt

    r867 r873  
    55           use_session=True,
    66           no_form=True);
    7     form_action string:cpsdocument_edit;
    8     creation python:False;
    9     edition python:True;
    10     metadata metadata|nothing;
    11     ">
     7           form_action string:cpsdocument_edit;
     8           form_type string:waeup;
     9           creation python:False;
     10           edition python:True;
     11           metadata metadata|nothing;
     12           ">
    1213<metal:block define-macro="edit_form">
    1314<metal:block use-macro="here/content_lib_master/macros/master">
Note: See TracChangeset for help on using the changeset viewer.