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
4f7e4b2d
Commit
4f7e4b2d
authored
Jan 12, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated format per Paul's request and fixed batch processing.
parent
7297a46f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
46 deletions
+58
-46
lib/python/App/undo.dtml
lib/python/App/undo.dtml
+58
-46
No files found.
lib/python/App/undo.dtml
View file @
4f7e4b2d
...
@@ -5,51 +5,63 @@
...
@@ -5,51 +5,63 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<!--#var manage_tabs-->
<!--#var manage_tabs-->
<P>
<P>
<FORM ACTION="manage_undo_transactions" METHOD="POST">
This application's transactional feature allows you to easily undo changes
<!--#if undoable_transactions-->
made to the application's settings or data. You can revert the application
to a "snapshot" of it's state at a previous point in time.
<FORM ACTION="manage_undo_transactions" METHOD="POST">
<P>
This application's transactional feature allows you to easily undo changes
Select one or more transactions below and then click on the "Undo"
made to the application's settings or data. You can revert the application
button to undo the transactions. Note that even though a transaction
to a "snapshot" of it's state at a previous point in time.
is shown below, you will not be able to undo it if later transactions
<P>
modified objects that were modified by the transaction.
Select one or more transactions below and then click on the "Undo"
<table>
button to undo the transactions. Note that even though a transaction
<tr><td colspan=2 align=center><INPUT TYPE="SUBMIT" VALUE=" Undo "></td></tr>
is shown below, you will not be able to undo it if later transactions
<tr><td></td></tr>
modified objects that were modified by the transaction.
<!--#if first_transaction-->
<table>
<tr><td colspan=2 align=center>
<tr><td colspan=2 align=center><INPUT TYPE="SUBMIT" VALUE=" Undo "></td></tr>
<a href="manage_UndoForm?first_transaction:int=<!--#var
<tr><td></td></tr>
expr="first_transaction*2-last_transaction"
<!--#if first_transaction-->
-->&last_transaction:int=<!--#var first_transaction-->">
<tr><td colspan=2 align=center>
Later Transactions</h>
<a href="manage_UndoForm?first_transaction:int=<!--#var
</td></tr>
expr="first_transaction*2-last_transaction"
<!--#/if-->
-->&last_transaction:int=<!--#var first_transaction-->">
<!--#in undoable_transactions mapping-->
Later Transactions</h>
<tr>
</td></tr>
<td valign=top><input type=checkbox name="transaction_info:list"
<!--#/if-->
value="<!--#var id--> <!--#var pos-->"></td>
<!--#in undoable_transactions mapping-->
<td valign=top>
<tr>
<strong><!--#var desc--></strong> by <strong><!--#var user--></strong>
<td valign=top><input type=checkbox name="transaction_info:list"
(<!--#var path-->) on
value="<!--#var id--> <!--#var pos-->"></td>
<!--#var time fmt=Mon--> <!--#var time fmt=day--> at
<td valign=top>
<!--#var time fmt=Time-->
<strong><!--#var desc--></strong> by <strong>
</td>
<!--#if user-->
</tr>
<strong><!--#if path--><!--#var path-->/<!--#/if--><!--#var user-->
<!--#/in-->
<!--#else-->
<tr><td colspan=2 align=center>
<em>Principia</em>
<!--#if last_transaction-->
<!--#/if-->
<a href="manage_UndoForm?first_transaction:int=<!--#var
</strong> on <!--#var time fmt=Mon--> <!--#var time fmt=day--> at
last_transaction-->&last_transaction:int=<!--#var
<!--#var time fmt=Time-->
expr="last_transaction*2-first_transaction"-->">
</td>
<!--#else-->
</tr>
<a href="manage_UndoForm?first_transaction:int=20&last_transaction:int=40">
<!--#/in-->
<!--#/if-->
<tr><td colspan=2 align=center>
Earlier Transactions</h>
<!--#if expr="_.len(undoable_transactions) == batch_size"-->
</td></tr>
<a href="manage_UndoForm?first_transaction:int=<!--#var
<tr><td></td></tr>
last_transaction-->&last_transaction:int=<!--#var
<tr><td colspan=2 align=center><INPUT TYPE="SUBMIT" VALUE=" Undo "></td></tr>
expr="last_transaction+batch_size"-->">
</table>
Earlier Transactions</a>
</FORM>
<!--#/if-->
</td></tr>
<tr><td></td></tr>
<tr><td colspan=2 align=center><INPUT TYPE="SUBMIT" VALUE=" Undo "></td></tr>
</table>
</FORM>
<!--#else-->
There are no transactions that can be undone.
<!--#/if-->
</BODY>
</BODY>
</HTML>
</HTML>
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