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:26:09 +0000 (21:26 -0500)
commit1419de51d949afd4d573c0407d0ae6fd96e5d25d
tree0c4d349ebfaf8d14a261a8a1f96503ef815f77e0
parentd49f53af0ecd3982ea27f2b95201ec91b1fb4b03
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