From 74a0cfa38dcbceecb3303bc9c6f40182078c7bbf 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 - school 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' Signed-off-by: Jonathan Druart Amended patch: replace tab with spaces --- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 10 +++++++++- 1 file changed, 9 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..f796361 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,14 @@ Administration: default: public choices: public: "public" - university: "university" + school: "school" + 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" -- 2.1.0