Bug 13436: Adding more options to UsageStatsLibraryType syspref
authorAleisha <aleishaamohia@hotmail.com>
Mon, 15 Dec 2014 20:57:56 +0000 (20:57 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 19 Dec 2014 18:18:19 +0000 (15:18 -0300)
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 <jonathan.druart@biblibre.com>
Amended patch: replace tab with spaces

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref

index e7d12fb..f796361 100644 (file)
@@ -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 <a href="http://hea.koha-community.org">Hea Koha community website</a>.
             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"