rwheeler7864 / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Sorting tables doesn't work if number of entries <= 10 #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The users, clients and files tables cannot be sorted when there are less then 
11 entries in the table. This is due to the fact that "pagesize" is not set in 
this case. I fixed this by adding

<input type="hidden" value="<?php echo $count; ?>" class="pagesize" />

to the scripts (see attachment).

Original issue reported on code.google.com by christ...@01art.de on 11 Aug 2010 at 12:09

Attachments:

GoogleCodeExporter commented 8 years ago
Closed on r80. Thanks for your input and fix!

Original comment by powerdrummer on 11 Aug 2010 at 7:43