eggification
[PlinnDocument.git] / Products / PlinnDocument / skins / static / gitweb.css
diff --git a/skins/plinndocument_edit_form.py b/skins/plinndocument_edit_form.py
deleted file mode 100644 (file)
index 5484bcf..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-##parameters=change='', change_and_view='', ajax=''
-
-form = context.REQUEST.form
-if change and \
-   context.plinndocument_edit_control(**form) and \
-   context.setRedirect(context, 'object/edit', ajax=ajax) :
-       return
-elif change_and_view and \
-        context.plinndocument_edit_control(**form) and \
-        context.setRedirect(context, 'object/view', ajax=ajax) :
-       return
-
-return context.plinndocument_edit_template()