Added bookbagTogglesInSearch setting (#884)
- The cart can now operate without the need for checkboxes and bulk buttons (this is now the default behavior); this makes mobile view more usable, among other things. The legacy interface is still available by turning off the bookbagTogglesInSearch setting.
Showing
- config/vufind/config.ini 3 additions, 0 deletionsconfig/vufind/config.ini
- module/VuFind/src/VuFind/Cart.php 25 additions, 5 deletionsmodule/VuFind/src/VuFind/Cart.php
- module/VuFind/src/VuFind/Service/Factory.php 3 additions, 1 deletionmodule/VuFind/src/VuFind/Service/Factory.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php 136 additions, 16 deletions.../tests/integration-tests/src/VuFindTest/Mink/CartTest.php
- themes/bootprint3/css/compiled.css 1 addition, 1 deletionthemes/bootprint3/css/compiled.css
- themes/bootprint3/less/icons.less 1 addition, 1 deletionthemes/bootprint3/less/icons.less
- themes/bootprint3/scss/icons.scss 1 addition, 1 deletionthemes/bootprint3/scss/icons.scss
- themes/bootstrap3/css/compiled.css 1 addition, 1 deletionthemes/bootstrap3/css/compiled.css
- themes/bootstrap3/js/cart.js 47 additions, 22 deletionsthemes/bootstrap3/js/cart.js
- themes/bootstrap3/less/bootstrap.less 13 additions, 0 deletionsthemes/bootstrap3/less/bootstrap.less
- themes/bootstrap3/less/components/search.less 10 additions, 0 deletionsthemes/bootstrap3/less/components/search.less
- themes/bootstrap3/scss/bootstrap.scss 14 additions, 1 deletionthemes/bootstrap3/scss/bootstrap.scss
- themes/bootstrap3/scss/components/search.scss 21 additions, 0 deletionsthemes/bootstrap3/scss/components/search.scss
- themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml 4 additions, 0 deletions...s/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
- themes/bootstrap3/templates/RecordDriver/SolrDefault/result-list.phtml 4 additions, 0 deletions...rap3/templates/RecordDriver/SolrDefault/result-list.phtml
- themes/bootstrap3/templates/RecordDriver/SolrDefault/toolbar.phtml 1 addition, 21 deletions...otstrap3/templates/RecordDriver/SolrDefault/toolbar.phtml
- themes/bootstrap3/templates/record/cart-buttons.phtml 18 additions, 0 deletionsthemes/bootstrap3/templates/record/cart-buttons.phtml
- themes/bootstrap3/templates/search/bulk-action-buttons.phtml 1 addition, 2 deletionsthemes/bootstrap3/templates/search/bulk-action-buttons.phtml
- themes/bootstrap3/templates/search/list-list.phtml 4 additions, 5 deletionsthemes/bootstrap3/templates/search/list-list.phtml
- themes/bootstrap3/templates/search/results.phtml 5 additions, 2 deletionsthemes/bootstrap3/templates/search/results.phtml
Please register or sign in to comment