# HG changeset patch # User Thomas De Schampheleire # Date 2016-03-14 22:12:28 # Node ID 64e2d5a291a7bb8d13fbe72f5a30ca0ec4d96090 # Parent 7e67883ee3005d111ba3c49719ada6db9acc3d37 settings: rescope 'Analytics HTML' option to generic HTML/JS/CSS customization Update the setting name 'Analytics HTML block' to better cover the fact that it can be used to make any HTML, JavaScript or CSS tweak. diff --git a/kallithea/templates/admin/settings/settings_global.html b/kallithea/templates/admin/settings/settings_global.html --- a/kallithea/templates/admin/settings/settings_global.html +++ b/kallithea/templates/admin/settings/settings_global.html @@ -24,11 +24,16 @@ ${h.form(url('admin_settings_global'), m
- +
${h.textarea('ga_code', cols=80, rows=10)} - ${_('HTML with JavaScript for web analytics systems like Google Analytics or Piwik. This will be added at the bottom of every page.')} + ${_('HTML (possibly with\ + JavaScript and/or CSS) that will be added to the bottom\ + of every page. This can be used for web analytics\ + systems like Google Analytics or Piwik, but also to\ + perform instance-specific customizations like adding a\ + project banner at the top of every page.')}