# -*- coding: utf-8 -*-
# $Id: ECReview.py 835 2007-06-27 15:05:17Z amelung $
#
# Copyright (c) 2007 Otto-von-Guericke-University, Magdeburg
#
# This file is part of ECReviewBox.
# Pythone imports
# Zope imports
from AccessControl.SecurityManagement import getSecurityManager, setSecurityManager, newSecurityManager
# Plone imports
# Other product imports
# Local product imports
"""Submission to a review box."""
#schema = ECAssignment.schema
# -- actions --------------------------------------------------------------
{
'action': "string:$object_url/ecr_grade",
'category': "object",
'id': 'grade',
'name': 'Grade',
'condition': 'python:1'
},
))
'view': 'ecr_view',
'grade': 'ecr_grade',
})
# -- methods --------------------------------------------------------------