From 0b9560e87172f487669729c6baa56a28191c7f6c Mon Sep 17 00:00:00 2001 From: Aleisha Date: Mon, 15 Dec 2014 20:57:56 +0000 Subject: [PATCH] Bug 13436: Adding more options to UsageStatsLibraryType syspref Added options: - research - private - society or association - corporate - government - religious organization - subscription Also changed 'university' to 'academic' To test: 1) Go on to Global System Preferences and find UsageStatsLibraryType under Administration 2) Click drop-down menu and see all new options described above, as well as 'academic' instead of 'university' --- .../prog/en/modules/admin/preferences/admin.pref | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index e7d12fb..dd5b1d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -146,6 +146,13 @@ Administration: default: public choices: public: "public" - university: "university" + academic: "academic" + research: "research" + private: "private" + societyAssociation: "society or association" + corporate: "corporate" + government: "government" + religiousOrg: "religious organization" + subscription: "subscription" - will be shown on the Hea Koha community website. - Note that this value has no effect if the UsageStats system preference is set to "Don't share" -- 1.7.10.4