Author: ilya_shaikovsky
Date: 2008-05-07 06:40:00 -0400 (Wed, 07 May 2008)
New Revision: 8468
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
Log:
links styles corrected
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml 2008-05-07
09:31:54 UTC (rev 8467)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml 2008-05-07
10:40:00 UTC (rev 8468)
@@ -17,9 +17,8 @@
<c:forEach items="#{toolBar.items}" var="item">
<h:panelGroup>
<h:graphicImage value="#{item.iconURI}" styleClass="pic"
/>
- <h:outputLink value="#">
- <h:outputText value="#{item.label}"
- style="color:#{a4jSkin.generalTextColor}; text-decoration:none;" />
+ <h:outputLink value="#" style="color:#{a4jSkin.generalTextColor};
text-decoration:none;" >
+ <h:outputText value="#{item.label}" />
</h:outputLink>
</h:panelGroup>
</c:forEach>
Show replies by date