Commit f7270f0e authored by Amos Latteier's avatar Amos Latteier

Improved management screens. Reformatted tables.

parent 725a4a75
......@@ -6,21 +6,18 @@
)">
<form action="manage_changeSDM" method="post">
<table cellspacing="2">
<tr><td>&nbsp;</td></tr>
<tr>
<td class="form-help" colspan=2>
<p class="form-help" colspan=2>
A Session Data Manager object is responsible for maintaining a
relationship between session data objects and Zope browser ids.
It is part of the Zope sessioning machinery. Programmers may
interact with a session data manager in order to obtain
information about session data, but will more often use the
REQUEST.SESSION object to do sessioning-related tasks.
</td>
</tr>
<tr><td>&nbsp;</td></tr>
</p>
<form action="manage_changeSDM" method="post">
<table cellspacing="2">
<tr>
<td align="left" valign="top">
......@@ -38,7 +35,7 @@
Transient Object Container Path
</div>
<div class="form-help">
e.g. '/temp_folder/transient_container'
e.g. '/temp_folder/session_data'
</div>
</td>
<td align="left" valign="top">
......
......@@ -6,22 +6,16 @@
)">
<FORM ACTION="manage_changeBrowserIdManager" METHOD="POST">
<TABLE CELLSPACING="2">
<tr>
<td>&nbsp;<td>
</tr>
<tr class="form-help">
<td colspan=2>
<p class="form-help">
Zope Browser Id Manager objects allow Zope to differentiate between site
visitors by "tagging" each of their browsers with a unique identifier. This
is useful if you need to tell visitors apart from one another even if they do
not "log in" to your site. Browser Id Managers are generally used
by interacting with the Zope sessioning machinery.
</td>
</tr>
<tr>
<td>&nbsp;<td>
</tr>
</p>
<TABLE CELLSPACING="2" border="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<div class="form-label">
......@@ -44,7 +38,7 @@
</TR>
<dtml-let loc=getBrowserIdLocation>
<tr>
<tr valign="top">
<td>
<div align=left class="form-label">Look for Browser Id Name in</th>
</td>
......
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