[jbosstools-commits] JBoss Tools SVN: r6950 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Mar 17 05:53:19 EDT 2008
Author: dmaliarevich
Date: 2008-03-17 05:53:19 -0400 (Mon, 17 Mar 2008)
New Revision: 6950
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1875, 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-17 09:35:16 UTC (rev 6949)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-03-17 09:53:19 UTC (rev 6950)
@@ -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()}" />
+ title="{tagstring()}" alt="{@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()}" />
+ title="{tagstring()}" alt="{@alt}"/>
<vpe:resize>
<vpe:width width-attr="width" />
<vpe:height height-attr="height" />
More information about the jbosstools-commits
mailing list