Commit de43bbca authored by Matt Tucker's avatar Matt Tucker Committed by matt

Show correct range on last page.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5247 b35dd754-fafc-0310-a699-88a17e54d16e
parent f506d3da
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<fmt:message key="group.summary.total_group" /> <b><%= groupCount %></b> <fmt:message key="group.summary.total_group" /> <b><%= groupCount %></b>
<% if (numPages > 1) { %> <% if (numPages > 1) { %>
, <fmt:message key="global.showing" /> <%= (start+1) %>-<%= (start+range) %> , <fmt:message key="global.showing" /> <%= LocaleUtils.getLocalizedNumber(start+1) %>-<%= LocaleUtils.getLocalizedNumber(start+range > groupCount ? groupCount:start+range) %>
<% } %> <% } %>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment