]> git.koha-community.org Git - koha.git/commit
Bug 11663: fix display of holding tab in Bootstap OPAC when opacbookbag syspref is...
authorFrédéric Demians <f.demians@tamil.fr>
Sat, 1 Feb 2014 08:49:38 +0000 (09:49 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 16 May 2014 08:14:28 +0000 (10:14 +0200)
commit964d8cbe4c1ebbcc90c10ee9ff808ab09431cec1
tree200997b544bf05176bd99f6616ac0498f2b9a9d8
parent1bf1dacc7b2ec64b9b17d9b3947209918b3ba02f
Bug 11663: fix display of holding tab in Bootstap OPAC when opacbookbag syspref is disabled

Bootstap theme opac holding tab is improperly displayed when opacbookbag
syspref is disabled, and virtualshelf is enabled. This is due to the
fact that in this situation basket.js is loaded (for virtual shelves),
but some JS variables are not defined in template since opacbookbag is
disabled.

To reproduce this bug:

- Choose bootstrap OPAC theme
- Enable virtualsheves syspref
- Disable opacbookbag syspref
- Open a biblio record in OPAC detail page
- You will observe that items holding tabs are not displayed as tabs but
  as a bulleted list

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes QA script and all tests.
Confirmed display problem exists without the patch and is solved by it.
Ideally we would avoid having the cart messages in the template when
the feature is deactivated, but this is ok for now.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit e3c203aebb939af63aefc81f77474adc0234ca4c)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc