[richfaces-svn-commits] JBoss Rich Faces SVN: r19014 - trunk/ui/iteration/ui/src/main/templates.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Aug 30 10:06:14 EDT 2010
Author: abelevich
Date: 2010-08-30 10:06:14 -0400 (Mon, 30 Aug 2010)
New Revision: 19014
Modified:
trunk/ui/iteration/ui/src/main/templates/datascroller.template.xml
Log:
fix styles
Modified: trunk/ui/iteration/ui/src/main/templates/datascroller.template.xml
===================================================================
--- trunk/ui/iteration/ui/src/main/templates/datascroller.template.xml 2010-08-30 13:50:49 UTC (rev 19013)
+++ trunk/ui/iteration/ui/src/main/templates/datascroller.template.xml 2010-08-30 14:06:14 UTC (rev 19014)
@@ -53,7 +53,7 @@
<c:if test="#{controlsState.fastForwardRendered}">
<c:choose>
<c:when test="#{controlsState.fastForwardEnabled}">
- <a id="#{clientId}_ds_ff" class="rf-ds-btn rf-ds-r" href="javascript:void(0)">
+ <a id="#{clientId}_ds_ff" class="rf-ds-btn rf-ds-r" href="javascript:void(0);">
»
</a>
</c:when>
@@ -68,7 +68,7 @@
<c:if test="#{controlsState.lastRendered}">
<c:choose>
<c:when test="#{controlsState.lastEnabled}">
- <a id="#{clientId}_ds_l" class="rf-ds-btn rf-ds-r" href="javascript:void(0)">
+ <a id="#{clientId}_ds_l" class="rf-ds-btn rf-ds-r" href="javascript:void(0);">
»»
</a>
</c:when>
More information about the richfaces-svn-commits
mailing list