@@ -, +, @@ to the config page) --- .../intranet-tmpl/prog/en/modules/admin/preferences.tt | 6 +++++- .../prog/en/modules/admin/preferences/admin.pref | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -80,7 +80,11 @@ [% IF ( CHUNK.type_text ) %] [% CHUNK.contents | $raw %] [% ELSIF ( CHUNK.type_input ) %] - [% IF ( CHUNK.dateinput ) %][% INCLUDE 'date-format.inc' %][% END %] + [% IF CHUNK.name == 'UsageStatsGeolocation' %] + [% IF ( CHUNK.dateinput ) %][% INCLUDE 'date-format.inc' %][% END %] + [% ELSE %] + [% IF ( CHUNK.dateinput ) %][% INCLUDE 'date-format.inc' %][% END %] + [% END %] [% ELSIF ( CHUNK.type_select ) %]