Commit b3a0e7c5 authored by 's avatar

*** empty log message ***

parent 9d1a821f
__doc__="""System management components""" __doc__="""System management components"""
__version__='$Revision: 1.28 $'[11:-2] __version__='$Revision: 1.29 $'[11:-2]
import sys,os,time,string,Globals import sys,os,time,string,Globals
...@@ -47,6 +47,11 @@ class ApplicationManager(ObjectManager,SimpleItem.Item,CacheManager): ...@@ -47,6 +47,11 @@ class ApplicationManager(ObjectManager,SimpleItem.Item,CacheManager):
message='This item cannot be copied', message='This item cannot be copied',
action ='./manage_main',) action ='./manage_main',)
def cutToClipboard(self, REQUEST):
return Globals.MessageDialog(title='Not Supported',
message='This item cannot be cut',
action ='./manage_main',)
def _init(self): def _init(self):
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment