source: WAeUP_SRP/base/skins/waeup_default/external_edit_form.pt @ 3472

Last change on this file since 3472 was 1737, checked in by Henrik Bettermann, 17 years ago

merging with CPSSkinsless branch

In ZMI:

  • delete all portlets in .cps_portlets
  • delete all portlets in portal_cpsportlets
  • import Portlet Tool, Skins Tool and Themes Tool
  • optionally: - delete all themes in portal_themes and delete all method themes in portal_themes
  • Property svn:keywords set to Id
File size: 567 bytes
Line 
1<metal:defineblock tal:define="rendered_main python:context.getContent().render(layout_mode='edit',
2           cluster=None,
3           request=request,
4           use_session=True,
5           no_form=True);
6           form_action string:external_edit;
7           form_type string:external;
8           is_allowed context/isSectionOfficer;
9           creation python:False;
10           metadata metadata|nothing;
11           template here/slip_template/macros/master;"
12    >
13  <metal:block use-macro="context/waeup_edit_form/macros/edit_form" />
14</metal:defineblock>
Note: See TracBrowser for help on using the repository browser.