[% USE Koha %] [% USE KohaDates %] [% USE Price %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Koha usage statistics [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patrons-admin-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred when updating this patron category. Perhaps it already exists. [% CASE 'error_on_insert' %] An error occurred when inserting this patron category. The patron category might already exist. [% CASE 'error_on_delete' %] An error occurred when deleting this patron category. Check the logs. [% CASE 'success_on_update' %] Patron category updated successfully. [% CASE 'success_on_insert' %] Patron category inserted successfully. [% CASE 'success_on_delete' %] Patron category deleted successfully. [% CASE 'already_exists' %] This patron category already exists. [% CASE %] [% m.code %] [% END %]
[% END %] [% IF NOT Koha.Preference('UsageStats') %]
You are not sharing any data with the Koha community
[% END %]

Modify the statistics you share with the Koha community

  1. Share my Koha usage statistics:
  2. Your country: [% SET UsageStatsCountry = Koha.Preference('UsageStatsCountry') %] [% SET IsUsageStatsCountryValid = 0 %] [% IF NOT UsageStatsCountry %] [% SET IsUsageStatsCountryValid = 1 %] [% END %] [% UNLESS IsUsageStatsCountryValid %] Note: The value of your system preference 'UsageStatsCountry' is not valid ([% UsageStatsCountry %]). Please select a valid one. [% END %]
  3. Library name:
  4. Library type: [% SET UsageStatsLibraryType = Koha.Preference('UsageStatsLibraryType') %]
  5. Library URL:
  6. Last update: [% IF UsageStatsLastUpdateTime %] [% UsageStatsLastUpdateTime %] [% ELSE %] Your data have never been shared [% END %]
Cancel
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]