You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2003/08/31 08:54:27 UTC

[issues] Closed: (FOR-20) add "title" attribute to menu links

Message:

   The following issue has been closed.

   Resolver: David Crossley
       Date: Sun, 31 Aug 2003 8:53 AM

Thanks Ralf, sorry that it took so long. Your suggestion is now applied.
--David
---------------------------------------------------------------------
View the issue:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-20


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-20
    Summary: add "title" attribute to menu links
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Forrest
  Component: Forrest skins

   Assignee: 
   Reporter: Ralf Hauser

    Created: Mon, 13 Jan 2003 5:07 AM
    Updated: Sun, 31 Aug 2003 8:53 AM

Description:
Both Mozilla and MSIE 6 nicely display additional information to a link.

I put ' title="{@title}"' in book2menu.xsl into the
  <xsl:template name="unselected">
    <a href="{@href}" title="{@title}"><xsl:value-of select="@label"/></a>
  </xsl:template>


Now, when I add 'title="IndexBookTitle1"' to book.xml as in the next line,
   <menu-item label="Index" href="index.html" title="IndexBookTitle1"/>,
this gets displayed very nicely!

Therefore, please enhance the two files accordingly in the distribution!


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org/jira//Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira