web/views/boxes.py
branch25480a710422
changeset 1216 6ce1383b50ca
parent 1214 25480a710422
child 1242 59e04ffe0dcf
equal deleted inserted replaced
1215:9db3648c476d 1216:6ce1383b50ca
    26 class EditBox(BoxTemplate):
    26 class EditBox(BoxTemplate):
    27     """
    27     """
    28     box with all actions impacting the entity displayed: edit, copy, delete
    28     box with all actions impacting the entity displayed: edit, copy, delete
    29     change state, add related entities
    29     change state, add related entities
    30     """
    30     """
    31     #__selectors__ = (any_rset,) + BoxTemplate.__selectors__ 
       
    32     id = 'edit_box'
    31     id = 'edit_box'
    33     title = _('actions')
    32     title = _('actions')
    34     order = 2
    33     order = 2
    35 
    34 
    36     def call(self, **kwargs):
    35     def call(self, **kwargs):