mirror of https://github.com/apache/archiva.git
[MRM-1092]
submitted by Jevica Arianne Zurbano o fix 'Hist' to 'Hits' in search results page git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
269380914e
commit
a8ad14acbd
|
@ -135,7 +135,7 @@
|
||||||
<c:when test="${results.totalHits > results.limits.pageSize}">
|
<c:when test="${results.totalHits > results.limits.pageSize}">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${fn:length(results.hits) < rowCount}">
|
<c:when test="${fn:length(results.hits) < rowCount}">
|
||||||
<p>Hist: ${(rowCount * currentPage) + 1} to ${hitsNum} of ${results.totalHits}</p>
|
<p>Hits: ${(rowCount * currentPage) + 1} to ${hitsNum} of ${results.totalHits}</p>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<p>Hits: ${(hitsNum - results.limits.pageSize) + 1} to ${hitsNum} of ${results.totalHits}</p>
|
<p>Hits: ${(hitsNum - results.limits.pageSize) + 1} to ${hitsNum} of ${results.totalHits}</p>
|
||||||
|
|
Loading…
Reference in New Issue