Author: ozizka(a)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. -->
Show replies by date