Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
b91c34f5
Commit
b91c34f5
authored
Dec 12, 1997
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui update
parent
6631a8e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
lib/python/Products/MailHost/MailHost.py
lib/python/Products/MailHost/MailHost.py
+6
-3
lib/python/Products/MailHost/manageMailHost.dtml
lib/python/Products/MailHost/manageMailHost.dtml
+1
-3
No files found.
lib/python/Products/MailHost/MailHost.py
View file @
b91c34f5
...
@@ -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.1
8 1997/12/05 17:11:5
8 brian Exp $
#$Id: MailHost.py,v 1.1
9 1997/12/12 22:05:1
8 brian Exp $
__version__
=
"$Revision: 1.1
8
$"
[
11
:
-
2
]
__version__
=
"$Revision: 1.1
9
$"
[
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
#
#
...
...
lib/python/Products/MailHost/manageMailHost.dtml
View file @
b91c34f5
<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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment