Commit b91c34f5 authored by 's avatar

ui update

parent 6631a8e4
......@@ -6,8 +6,8 @@ import OFS.SimpleItem
import Globals
from Scheduler.OneTimeEvent import OneTimeEvent
#$Id: MailHost.py,v 1.18 1997/12/05 17:11:58 brian Exp $
__version__ = "$Revision: 1.18 $"[11:-2]
#$Id: MailHost.py,v 1.19 1997/12/12 22:05:18 brian Exp $
__version__ = "$Revision: 1.19 $"[11:-2]
smtpError = "SMTP Error"
MailHostError = "MailHost Error"
......@@ -36,7 +36,7 @@ class MailHost(Persistent, Acquisition.Implicit, OFS.SimpleItem.Item,
manage_options=({'icon':'', 'label':'Edit',
'action':'manage_main', 'target':'manage_main',
},
{'icon':'', 'label':'Access Control',
{'icon':'', 'label':'Security',
'action':'manage_rolesForm', 'target':'manage_main',
},
{'icon':'', 'label':'Undo',
......@@ -225,6 +225,9 @@ def decapitate(message, **kw):
#$Log: MailHost.py,v $
#Revision 1.19 1997/12/12 22:05:18 brian
#ui update
#
#Revision 1.18 1997/12/05 17:11:58 brian
#New UI
#
......
<HTML>
<HEAD>
<TITLE>Edit <!--#var title_or_id--></TITLE>
<TITLE>Edit</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs-->
<H2>Edit <EM><!--#var title_or_id--></EM></H2>
<FORM ACTION="manage_makeChanges" METHOD="POST">
<TABLE CELLSPACING="2">
<TR VALIGN="TOP">
......
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