]> git.koha-community.org Git - koha.git/commit
Fix for Bug 3347 - Inconsistencies with tables in opac-shelves.tmpl
authorOwen Leonard <oleonard@myacpl.org>
Thu, 6 Jan 2011 18:56:06 +0000 (13:56 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Thu, 6 Jan 2011 19:12:57 +0000 (14:12 -0500)
commit54aedd795a525d1d8a4d7fbf4cc5045786607473
tree747217744c95ea78592348a02ff1dbedc918864b
parent2e6afe34af0085693044082e890fcc7d75730353
Fix for Bug 3347 - Inconsistencies with tables in opac-shelves.tmpl

Changes to list contents view to make it consistent with search results

My intention is to make the OPAC more consistent in the way it displays
lists of items, whether it be in search results, lists, etc. This patch
adds data to the list contents output and reformats it to that end.

The other significant change is the removal of jQuery table sorting.
Since list contents are both sorted and paginated on the server
side. Adding a client-side sort to one page of many doesn't make sense.

Other changes include:

- Change "Your lists" to "Your private lists"
- Remove "sort by" column because it seems unnecessary
- Adding logic to control display of count (item or items
  rather than item(s)
- Styling pagination bar and placing at the bottom of the page,
  consistent with other instances of pagination navigation

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/VirtualShelves.pm
C4/VirtualShelves/Page.pm
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
koha-tmpl/opac-tmpl/prog/images/download.png