Commit 725a4a75 authored by Amos Latteier's avatar Amos Latteier

Fixed the management screen table. Now this management screen looks normal....

Fixed the management screen table. Now this management screen looks normal. Before it had strange margins.
parent e7da0a89
......@@ -5,42 +5,31 @@
help_topic='Transience-change.stx'
)">
<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 @@ Transient data will persist, but only for a user-specified period of time
</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
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