[embjopr-commits] EMBJOPR SVN: r202 - trunk/core/src/main/webapp/include.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Mar 10 19:18:53 EDT 2009


Author: ozizka at redhat.com
Date: 2009-03-10 19:18:53 -0400 (Tue, 10 Mar 2009)
New Revision: 202

Modified:
   trunk/core/src/main/webapp/include/resourceDataScroller.xhtml
Log:
Added id="paginationTotalItems"

Modified: trunk/core/src/main/webapp/include/resourceDataScroller.xhtml
===================================================================
--- trunk/core/src/main/webapp/include/resourceDataScroller.xhtml	2009-03-10 23:04:57 UTC (rev 201)
+++ trunk/core/src/main/webapp/include/resourceDataScroller.xhtml	2009-03-10 23:18:53 UTC (rev 202)
@@ -110,7 +110,7 @@
             </f:facet>
         </rich:datascroller>
         <h:panelGroup layout="block" style=" margin-top: -4px; float: right; font-size:11px;">
-            <h:outputText value="Total: #{paginationDataModel.size}" style="margin-right: 1em;"/>
+            <h:outputText id="paginationTotalItems" value="Total: #{paginationDataModel.size}" style="margin-right: 1em;"/>
                   
             <!-- Allow the user to configure the number of items per page
                  displayed in a data table. -->




More information about the embjopr-commits mailing list