@@ -, +, @@ --- .../prog/en/modules/admin/usage_statistics.tt | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt @@ -9,7 +9,7 @@ [% INCLUDE 'header.inc' %] -[% INCLUDE 'patrons-admin-search.inc' %] +[% INCLUDE 'cat-search.inc' %] @@ -50,8 +50,8 @@
  1. - Share my Koha usage statistics: - [% IF Koha.Preference('UsageStats') %] @@ -62,14 +62,14 @@
  2. - Your country: + [% SET UsageStatsCountry = Koha.Preference('UsageStatsCountry') %] [% SET IsUsageStatsCountryValid = 0 %] [% IF NOT UsageStatsCountry %] [% SET IsUsageStatsCountryValid = 1 %] [% END %] - + [% FOR country IN [ "Afghanistan", "Albania", @@ -280,14 +280,14 @@ [% END %]
  3. - Library name: - + +
  4. - Library type: + [% SET UsageStatsLibraryType = Koha.Preference('UsageStatsLibraryType') %] - + [% IF UsageStatsLibraryType == 'public' %] [% ELSE %] @@ -342,8 +342,8 @@
  5. - Library URL: - + +
  6. Last update: --