]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 24 Jul 2018 21:14:01 +0000 (22:14 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 24 Jul 2018 21:14:01 +0000 (22:14 +0100)
lib/php/db/table.php

index 8da63d3843c7d49d9d097ca1f9cd5607579d4bfb..abf16be0f2cf6a1e9a63ca90767da1c4003bd1ee 100644 (file)
@@ -738,7 +738,7 @@ Class Table extends nb {
 
                $html .= '<span class="count">'.($tot ? ($x+1) : 0).' - '.( $tot<($x+$y) ? $tot : ($x+$y) ).' / '.$tot.'</span>';
 
-               if ($next<$tot) $html .= '&nbsp;<span class="prev"><a href="'.$this->url_list('limit',"$next,$y").'">&gt;</a></span>';
+               if ($next<$tot) $html .= '&nbsp;<span class="next"><a href="'.$this->url_list('limit',"$next,$y").'">&gt;</a></span>';
 
                return $html;