[Zope-Checkins] CVS: Zope/lib/python/Products/Transience/dtml - addTransientObjectContainer.dtml:1.7 manageTransientObjectContainer.dtml:1.7
Chris McDonough
chrism@zope.com
Tue, 20 Nov 2001 14:06:57 -0500
Update of /cvs-repository/Zope/lib/python/Products/Transience/dtml
In directory cvs.zope.org:/tmp/cvs-serv16710/dtml
Modified Files:
addTransientObjectContainer.dtml
manageTransientObjectContainer.dtml
Log Message:
Management screen changes.
The help version of TransienceInterfaces.py wanted to import Interface; it no longer wants to do so.
=== Zope/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml 1.6 => 1.7 ===
<FORM ACTION="constructTransientObjectContainer" METHOD="POST">
<TABLE CELLSPACING="2">
+
<tr>
<div class="form-help">
+<td colspan="2">
<p>
Transient Object Containers are used to store transient data.
Transient data will persist, but only for a user-specified period of time,
@@ -32,6 +34,7 @@
(e.g. '/folder/add_notifier').
</p>
</div>
+</td>
</tr>
<TR>
@@ -48,7 +51,7 @@
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<div class="form-label">
- <em>Title</em>
+ Title (optional)
</div>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
@@ -61,6 +64,9 @@
<div class="form-label">
Data object timeout in minutes
</div>
+ <div class="form-help">
+ ("0" means no expiration)
+ </div>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="timeout_mins:int" SIZE="10" value="20">
@@ -70,8 +76,11 @@
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<div class="form-label">
- <em>Script to call upon object add</em>
+ Script to call upon object add (optional)
</div>
+ <div class="form-help">
+ (e.g. "/somefolder/addScript")
+ </div>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="addNotification" SIZE="40">
@@ -81,8 +90,11 @@
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<div class="form-label">
- <em>Script to call upon object delete</em>
+ Script to call upon object delete (optional)
</div>
+ <div class="form-help">
+ (e.g. "/somefolder/delScript")
+ </div>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="delNotification" SIZE="40">
=== Zope/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml 1.6 => 1.7 ===
Data object timeout value in minutes
</div>
+ <div class="form-help">
+ ("0" means no expiration)
+ </div>
</td>
<td align="left" valign="top">
<input type="text" name="timeout_mins:int" size=10
@@ -57,6 +60,9 @@
<div class="form-label">
Script to call when objects are added
</div>
+ <div class="form-help">
+ (e.g. "/somefolder/addScript")
+ </div>
</td>
<td align="left" valign="top">
<input type="text" name="addNotification"
@@ -69,6 +75,9 @@
<div class="form-label">
Script to call when objects are deleted
</div>
+ <div class="form-help">
+ (e.g. "/somefolder/delScript")
+ </div>
</td>
<td align="left" valign="top">
<input type="text" name="delNotification"
@@ -93,4 +102,4 @@
-<dtml-var manage_page_footer>
\ No newline at end of file
+<dtml-var manage_page_footer>