[Zope-Checkins] CVS: Zope/lib/python/Products/Transience/dtml - manageTransientObjectContainer.dtml:1.6

Amos Latteier amos@zope.com
Mon, 19 Nov 2001 13:34:11 -0500


Update of /cvs-repository/Zope/lib/python/Products/Transience/dtml
In directory cvs.zope.org:/tmp/cvs-serv30483/dtml

Modified Files:
	manageTransientObjectContainer.dtml 
Log Message:
Fixed the management screen table. Now this management screen looks normal. Before it had strange margins.


=== Zope/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml 1.5 => 1.6 ===
 	   )">
 
-<table cellspacing="2">
+
 <form action="manage_changeTransientObjectContainer" method="post">
-<tr><td>&nbsp;</td></tr>
-<tr>
-<td class="form-help" colspan=2>
+
+<p class="form-help">
 Transient Object Containers are used to store transient data.
 Transient data will persist, but only for a user-specified period of time
 (the "data object timeout") after which it will be flushed.
-</td>
-</tr>
-<tr><td>&nbsp;</td></tr>
+</p>
 
-<tr>
-  <td align="left" valign="top">
-  <div class="form-label">
-  <font color="green">
-  <dtml-let l=getLen>
-  <dtml-if l>
-    <dtml-if "l == 1">1 item is in this transient object container.
-    <dtml-else><dtml-var l> items are in this transient object container.
-    </dtml-if>
-  <dtml-else>
-    There are no items in this transient object container.
+<p class="form-label">
+<font color="green">
+<dtml-let l=getLen>
+<dtml-if l>
+  <dtml-if "l == 1">1 item is in this transient object container.
+  <dtml-else><dtml-var l> items are in this transient object container.
   </dtml-if>
-  </dtml-let>
-  </font>
-  </div>
-  </td>
-</tr>
+<dtml-else>
+  There are no items in this transient object container.
+</dtml-if>
+</dtml-let>
+</font>
+</p>
 
-<tr>
-  <td>
-   &nbsp;
-  </td>
-</tr>
 
+<table cellspacing="2">
 <tr>
   <td align="left" valign="top">
     <div class="form-label">
@@ -87,30 +76,21 @@
   </td>
 </tr>
 
-
 <tr>
+  <td></td>
   <td>
-   &nbsp;
+  <input class="form-element" type="submit" name="submit" value=" Change ">
   </td>
 </tr>
-<tr>
-  <td align="center" valign="top" colspan=2>
-  <input class="form-element" type=submit name=submit value=" Change ">
-  </td>
-</tr>
-<tr>
-  <td>
-   &nbsp;
-  </td>
-</tr>
-<tr>
-  <td align="left" valign="top" colspan=2>
-  <div class="form-label">
-  <font color="red">WARNING!</font>
-  The data objects existing in this transient object container
-  will be deleted when the data object timeout is changed.
-  </div>
-  </td>
-</tr>
-</form>
 </table>
+</form>
+
+<p class="form-label">
+<font color="red">WARNING!</font>
+The data objects existing in this transient object container
+will be deleted when the data object timeout is changed.
+</p>
+
+
+
+<dtml-var manage_page_footer>
\ No newline at end of file