# HG changeset patch # User Mads Kiilerich # Date 1477949979 -3600 # Node ID 94fb819ab47c1b76128f151cf9cc2d13128b0cbd # Parent 7bbe7dfaa48bfe4a71cb264ad03a531595f39caa style: quite-but-not-entirely trivial cleanup of "settings, visual" Providing a cleaner baseline for Bootstrap. diff -r 7bbe7dfaa48b -r 94fb819ab47c kallithea/templates/admin/settings/settings_visual.html --- a/kallithea/templates/admin/settings/settings_visual.html Thu Oct 27 16:01:57 2016 +0200 +++ b/kallithea/templates/admin/settings/settings_visual.html Mon Oct 31 22:39:39 2016 +0100 @@ -11,6 +11,7 @@ ${_('Allows storing additional customized fields per repository.')} +
${h.checkbox('show_version','True')} @@ -22,8 +23,7 @@
-
-
+
${h.text('gravatar_url', size=80)} ${_('''Gravatar URL allows you to use another avatar server application. The following variables of the URL will be replaced accordingly. @@ -32,11 +32,12 @@ {md5email} md5 hash of the user email (like at gravatar.com), {size} size of the image that is expected from the server application, {netloc} network location/server host of running Kallithea server''')} -
+
+ +
-
-
+
${h.text('clone_uri_tmpl', size=80)} ${_('''Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'. The following variables are available: @@ -45,7 +46,6 @@ {netloc} network location/server host of running Kallithea server, {repo} full repository name, {repoid} ID of repository, can be used to construct clone-by-id''')} -