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
888b3389
Commit
888b3389
authored
Sep 30, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TARGET search and destroy.
parent
e7313241
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/python/App/cpContents.dtml
lib/python/App/cpContents.dtml
+1
-1
lib/python/App/dbMain.dtml
lib/python/App/dbMain.dtml
+1
-1
No files found.
lib/python/App/cpContents.dtml
View file @
888b3389
...
...
@@ -4,7 +4,7 @@
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs-->
<FORM ACTION="manage_shutdown" METHOD="POST"
TARGET="_top"
>
<FORM ACTION="manage_shutdown" METHOD="POST">
The Control Panel provides access to system management functions,
such as database and product management. The system has been running
(with a process ID of <!--#var process_id-->) for <!--#var
...
...
lib/python/App/dbMain.dtml
View file @
888b3389
...
...
@@ -33,7 +33,7 @@ and "undoing" previous changes to your site.
<TABLE CELLPADDING="4">
<TR>
<FORM ACTION="manage_pack" METHOD="POST"
TARGET="manage_main"
>
<FORM ACTION="manage_pack" METHOD="POST">
<TD ALIGN="LEFT" VALIGN="TOP">
<BR>Click "Pack" to pack the Principia database, removing
previous revisions of objects that are older than
...
...
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