To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48486


User cloph changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|''                        |'cloph'
--------------------------------------------------------------------------------
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                  Keywords|                          |oooqa
--------------------------------------------------------------------------------
                Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Apr 30 02:45:42 -0700 
2005 -------
This issue is invalid.

This is an intended (& announced on both website as well as project_leads
mailinglists) change in the behaviour of the project_tools.html file in your
repository.

Old behaviour:
 * links in your project_tools.html were /added/ to the generic project-tools
New behaviour:
 * links in your project_tools.html now /replace/ the generic project-tools.

So if you want the generic project tools, you have to add it to your
project_tools.html file.

Here's an example project_tools.html that will use the default layout (you are
free what html you include in there):

<div class="label"><strong>Heading</strong></div>
<div class="body">
  <div>link1</div>
  <div>link2</div>
</div>
<div class="body">
  <div>link3</div>
  <div>link4
    <div>sublink1</div>
    <div>sublink2</div>
  </div>
</div>

This will result in:

*Heading*
-link1
-link2

-link3
-link4
  -sublink1
  -sublink2


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to