Commit 005770ed authored by Jim Fulton's avatar Jim Fulton

Updated for new undo strategy.

parent 90a869ca
<HTML>
<HEAD>
<TITLE><!--#var title--></TITLE>
<TITLE><!--#var title_or_id--></TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<FONT SIZE="+2">Undo Changes</FONT>
<P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_undo" METHOD="POST">
<TABLE CELLPADDING="4">
<TR>
<TD COLSPAN="2">
This application's trasactional features allow you to easily undo changes
made to the application's settings or data. You can revert the application
to a &quot;snapshot&quot; of it's state at a previous point in time.
</TD>
</TR>
<TR>
<!--#if revert_points-->
<TD ALIGN="LEFT" VALIGN="TOP"><B>Revert database to date/time:</B></TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<SELECT NAME="start_time" SIZE="5">
<!--#in revert_points-->
<OPTION><!--#var sequence-item--></OPTION>
<!--#/in revert_points-->
</SELECT><BR>
<INPUT TYPE="SUBMIT" VALUE=" Revert Database ">
</TD>
<!--#else revert_points-->
<TD COLSPAN="2">
<I>No old revisions currently exist in the database.</I>
</TD>
<!--#/if revert_points-->
</TR>
</TABLE>
<FORM ACTION="manage_undo_transactions" METHOD="POST">
This application's transactional feature allows you to easily undo changes
made to the application's settings or data. You can revert the application
to a &quot;snapshot&quot; of it's state at a previous point in time.
Select one or more transactions below and then click on the &quot;Undo&quot;
button to undo the transactions. Note that even though a transaction
is shown below, you will not be able to undo it if later transactions
modified objects that were modified by the transaction.
<table cellspacing=4>
<!--#in undoable_transactions mapping-->
<tr>
<td><input type=checkbox name="transaction_info:list"
value="<!--#var id--> <!--#var pos-->"></td>
<td>
<strong><!--#var desc--></strong> by <strong><!--#var user--></strong>
(<!--#var path-->) on
<!--#var time fmt=Mon--> <!--#var time fmt=day--> at
<!--#var time fmt=Time-->
</td>
</tr>
<!--#/in-->
<tr><td></td></tr>
<tr><td colspan=2 align=center><INPUT TYPE="SUBMIT" VALUE=" Undo "></td></tr>
</table>
</FORM>
</BODY>
</HTML>
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