Fix for Bug 3347 - Inconsistencies with tables in opac-shelves.tmpl
authorOwen Leonard <oleonard@myacpl.org>
Wed, 5 Jan 2011 04:51:54 +0000 (23:51 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 5 Jan 2011 19:40:49 +0000 (08:40 +1300)
commit6d8f4f88686932d1972a1cf11c02d05485eabdab
tree5c963d65e01ab7672fc836a24ee5ff45ad792c97
parentea023bb749332d9f86bd108913c8a060dd05971f
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: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
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