Koha/koha-tmpl/opac-tmpl/bootstrap
Aleisha Amohia 69ee06a490 Bug 13205: [FOLLOW-UP] Fixing math and variable names
Have changed
  my $last_page = $pages * ( $results_per_page - 1 );
to
  my $last_page = ( $pages - 1) * $results_per_page;
which seems to fix the 'last' button offset! (Comment 10)

Will add the box to jump to a page in a separate patch.
Adding the pagination to the top on the staff client will be dealt with
in Bug 18916 as it is slightly out of the scope of this bug.

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-10-09 16:15:49 -03:00
..
css Bug 17936 [Generated CSS] Search bar not aligned on right in small screen sizes 2017-05-12 09:18:04 -04:00
en Bug 13205: [FOLLOW-UP] Fixing math and variable names 2017-10-09 16:15:49 -03:00
images
itemtypeimg
js bug_16034 Add overdrive info to the users page in the public interface 2017-02-21 19:58:21 +00:00
less Bug 17936 - Search bar not aligned on right in small screen sizes 2017-05-12 09:10:16 -04:00
lib Bug 13696: Add support for Font Awesome icons in Koha 2015-10-27 09:57:23 -03:00