Commit b91c34f5 authored by 's avatar

ui update

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