]> git.koha-community.org Git - koha.git/commit
Bug 7935: Introduce sys pref to control 'browse results' in OPAC
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 9 Apr 2012 19:27:16 +0000 (21:27 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 8 May 2012 21:49:42 +0000 (17:49 -0400)
commit5b371e2576190f2505fd3eca0d80ae03c4d56b1e
tree86285cf8c04affea17628246e87ba96bacb4a055
parent3d30b4489618c9582571fae54fe959310f527f58
Bug 7935: Introduce sys pref to control 'browse results' in OPAC

Patch introduces a new system preference "OpacBrowseResults" to control
the feature for browsing and paging through results shown on top of the
left menu on detail pages in OPAC.

Preference is activated by default and can be deactivated using the
system preference.

To test:
 - Check database update works correctly
 - Check that browsing and paging still works with after database update
 - Deactivate the feature by setting 'OpacBrowseResults' to 'Disable'
 - Check the feature does no longer show up in OPAC
 - Check that a new installation also has the system preference with correct default

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Auth.pm
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt
opac/opac-detail.pl