Commit 73eb8f96 authored by Tres Seaver's avatar Tres Seaver

Added a link in the ZMI tree pane to make the tree state persistent.

Thanks to Lalo Martins for the patch.

LP #142401
parent acb280da
...@@ -93,6 +93,9 @@ Restructuring ...@@ -93,6 +93,9 @@ Restructuring
Features Added Features Added
++++++++++++++ ++++++++++++++
- LP #142401: Added a link in the ZMI tree pane to make the tree state
persistent. Thanks to Lalo Martins for the patch.
- LP #142502: Added a knob to the Debug control panel for resetting - LP #142502: Added a knob to the Debug control panel for resetting
profile data. Thanks to Vladimir Patukhov for the patch. profile data. Thanks to Vladimir Patukhov for the patch.
......
...@@ -43,7 +43,7 @@ td { ...@@ -43,7 +43,7 @@ td {
<a href="&dtml.url_quote-tree-item-url;/manage_workspace" <a href="&dtml.url_quote-tree-item-url;/manage_workspace"
target="manage_main">&dtml-id;</a> target="manage_main">&dtml-id;</a>
</dtml-tree> </dtml-tree>
<table cellspacing="0"> <table cellspacing="0" bgcolor="#6699cc" width="100%">
<tr> <tr>
<td width="16"></td> <td width="16"></td>
<td valign="top" nowrap> <td valign="top" nowrap>
...@@ -62,8 +62,20 @@ td { ...@@ -62,8 +62,20 @@ td {
</strong> </strong>
</td> </td>
</tr> </tr>
<tr>
<td width="16"></td>
<td valign="top" nowrap>
<strong>
<a href="manage_menu?save_layout=1">Save layout</a>
</strong>
</td>
</tr>
</table> </table>
<dtml-if save_layout>
<dtml-call "RESPONSE.setCookie('tree-s', REQUEST.get('tree-s'), expires=ZopeTime('2975-05-26').rfc822())">
</dtml-if>
<dtml-unless expr="REQUEST.get('zmi_top_frame', '1')"> <dtml-unless expr="REQUEST.get('zmi_top_frame', '1')">
<table width="100%" bgcolor="#6699cc"> <table width="100%" bgcolor="#6699cc">
<tr> <tr>
......
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