dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09058
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2318: Re-fix bug: Cannot show paging-div when a number of objects into list is less then default paging...
------------------------------------------------------------
revno: 2318
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2010-12-09 12:58:34 +0700
message:
Re-fix bug: Cannot show paging-div when a number of objects into list is less then default paging-size.
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm 2010-12-08 14:55:57 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm 2010-12-09 05:58:34 +0000
@@ -7,7 +7,7 @@
<input type="hidden" id="baseLink" value="$!baseLink"/>
<input type="hidden" id="currentPage" value="$!currentPage"/>
- #if ( $numberOfPages > 1 )
+ #if ( $numberOfPages > 0 )
<table style="background-color: #ebf0f6;" width='100%'>
<tr>
<td>