[embjopr-commits] EMBJOPR SVN: r715 - trunk/core/src/main/webapp/WEB-INF/facelets.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Aug 27 23:40:48 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-27 23:40:47 -0400 (Thu, 27 Aug 2009)
New Revision: 715

Modified:
   trunk/core/src/main/webapp/WEB-INF/facelets/resourceDataScroller.xhtml
Log:
Fixed pagination <span>s.

Modified: trunk/core/src/main/webapp/WEB-INF/facelets/resourceDataScroller.xhtml
===================================================================
--- trunk/core/src/main/webapp/WEB-INF/facelets/resourceDataScroller.xhtml	2009-08-28 03:22:42 UTC (rev 714)
+++ trunk/core/src/main/webapp/WEB-INF/facelets/resourceDataScroller.xhtml	2009-08-28 03:40:47 UTC (rev 715)
@@ -111,12 +111,14 @@
         </rich:datascroller>
         <h:panelGroup layout="block" style=" margin-top: -4px; float: right; font-size:11px;">
             <h:outputText id="paginationTotalItems"
-                          style="margin-right: 1em;">#{messages['scroller.total']}#{paginationDataModel.size}</h:outputText>
+                          style="margin-right: 1em;"
+                          value="#{messages['scroller.total']}#{paginationDataModel.size}"/>
 
             <!-- Allow the user to configure the number of items per page
        displayed in a data table. -->
             <h:outputText style="margin-right: .2em;"
-                          rendered="#{paginationDataModel.size > tableManager.minimumPageSize}">#{messages['scroller.itemsPerPage']}</h:outputText>
+                          rendered="#{paginationDataModel.size > tableManager.minimumPageSize}"
+                          value="#{messages['scroller.itemsPerPage']}"/>
             <h:selectOneListbox
                     style="margin-right: 1em; width: 3.5em; height: 1.8em; position: relative; top: -0.05em; left: 0.1em;"
                     id="currentPageSize" size="1"



More information about the embjopr-commits mailing list