Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
similarly to http://issues.cocoondev.org/jira/secure/ViewIssue.jspa?key=FOR-20, it would be great to add the "title" attribute to those logos.
I guess if I want to extend the skinconf.xml with the line
<group-description>My Group Description text</group-description>
I need to amend to skinconf.rnc the line
element group-description {text}?, # a few words about the group
Then I need to
- add the line
<xsl:param name="description"/>
- and extend the line
<img alt="{$name}" title="{$description}" class="logoImage" border="0">
unfortunately, I didn't get it entirely working, the title attribute gets created, but it remained empty - any ideas how to do that?
I guess if I want to extend the skinconf.xml with the line
<group-description>My Group Description text</group-description>
I need to amend to skinconf.rnc the line
element group-description {text}?, # a few words about the group
Then I need to
- add the line
<xsl:param name="description"/>
- and extend the line
<img alt="{$name}" title="{$description}" class="logoImage" border="0">
unfortunately, I didn't get it entirely working, the title attribute gets created, but it remained empty - any ideas how to do that?