Commit c45e9a8a authored by 's avatar

Style mods

parent 067f8d57
__doc__="""Application management component"""
__version__='$Revision: 1.6 $'[11:-2]
__version__='$Revision: 1.7 $'[11:-2]
import sys,os,time,Globals
......@@ -9,18 +9,17 @@ from Management import Management
from Globals import HTMLFile
class ApplicationManager(Acquirer,Management):
"""Application management component."""
""" """
manage_main =HTMLFile('App/appMain')
manage_packForm=HTMLFile('App/pack')
manage_undoForm=HTMLFile('App/undo')
manage_options=(
{'icon':'App/arrow.jpg', 'label':'Application Management',
{'icon':'OFS/ControlPanel_icon.gif', 'label':'Control Panel',
'action':'manage_main', 'target':'manage_main'},
)
title ='Application Manager'
name ='application manager'
name=title ='Control Panel'
process_id =os.getpid()
process_start=int(time.time())
......
......@@ -18,10 +18,9 @@
<!--#/in parentObject-->
<!--#/if parentObject-->
<P>
The application manager allows you to view application status information.
The Control Panel allows you to view application status information.
It also allows you to perform maintenance tasks such as process control,
database packing, and &quot;undoing&quot; previous changes to your
application's configuration or data.
database packing, and &quot;undoing&quot; previous changes to your site.
<P>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
......
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