Author: dmaliarevich
Date: 2008-03-21 12:47:39 -0400 (Fri, 21 Mar 2008)
New Revision: 7066
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1697, toggling on tab with label facet fixed
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-03-21
16:47:32 UTC (rev 7065)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-03-21
16:47:39 UTC (rev 7066)
@@ -249,7 +249,7 @@
<vpe:template children="no" modify="yes">
<img src="{src(jsfvalue(@value))}" width="{@width}"
height="{@height}" class="{@styleClass}"
style="{@style}"
- title="{tagstring()}" alt="{@alt}"/>
+ title="{tagstring()}" alt="{jsfvalue(@alt)}"/>
<vpe:dnd>
<vpe:drag start-enable="yes" />
</vpe:dnd>
@@ -262,7 +262,7 @@
<vpe:template children="no" modify="yes">
<img src="{src(jsfvalue(@url))}" width="{@width}"
height="{@height}" class="{@styleClass}"
style="{@style}"
- title="{tagstring()}" alt="{@alt}"/>
+ title="{tagstring()}" alt="{jsfvalue(@alt)}"/>
<vpe:resize>
<vpe:width width-attr="width" />
<vpe:height height-attr="height" />