]> git.evergreen-ils.org Git - Evergreen.git/commit
LP #1406350 Mobile Device Navigation Issue Fix for Shelf Browser
authorAdam Bowling <abowling@emeralddata.net>
Tue, 20 Jan 2015 21:54:11 +0000 (16:54 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 3 Mar 2015 02:25:57 +0000 (21:25 -0500)
commitd364097cf97040cc6b15bf52b6e2ca51891faa93
tree0d32c78a16f0a87fc5398e25b088d4f457a12a72
parent9ccc056d1e39cf7f99cc742734ce693b5bd573cd
LP #1406350 Mobile Device Navigation Issue Fix for Shelf Browser

Currently, when a browser window is narrowed too much, whether
in a mobile browser, or on a desktop or laptop machine, the
"Previous Page" and "Next Page" navigation links disappear. The
only solution that seems to solve this is by removing the
"THEAD" element from the shelf browser table.

This patch removes that tag, adds a new row to imitate a new
border as existed before, and modifies the CSS in .../opac/
css/style.css.tt2 to address that difference.

Signed-off-by: Adam Bowling <abowling@emeralddata.net>
Signed-off-by: Yamil Suarez <yamil@yamil.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2