Changeset - 94fb819ab47c
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-10-31 22:39:39
madski@unity3d.com
style: quite-but-not-entirely trivial cleanup of "settings, visual"

Providing a cleaner baseline for Bootstrap.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_visual.html
Show inline comments
 
@@ -11,6 +11,7 @@ ${h.form(url('admin_settings_visual'), m
 
                        <label for="repository_fields">${_('Use repository extra fields')}</label>
 
                    </div>
 
                    <span class="help-block">${_('Allows storing additional customized fields per repository.')}</span>
 

	
 
                    <div class="checkbox">
 
                        ${h.checkbox('show_version','True')}
 
                        <label for="show_version">${_('Show Kallithea version')}</label>
 
@@ -22,7 +23,6 @@ ${h.form(url('admin_settings_visual'), m
 
                        <label for="use_gravatar">${_('Use Gravatars in Kallithea')}</label>
 
                    </div>
 
                </div>
 
                <div class="field">
 
                    <div class="input">
 
                        ${h.text('gravatar_url', size=80)}
 
                        <span class="help-block">${_('''Gravatar URL allows you to use another avatar server application.
 
@@ -34,8 +34,9 @@ ${h.form(url('admin_settings_visual'), m
 
                                                        {netloc}    network location/server host of running Kallithea server''')}</span>
 
                    </div>
 
                </div>
 

	
 
            <div class="form-group">
 
                <label>${_('Clone URL')}:</label>
 
                <div class="field">
 
                    <div class="input">
 
                        ${h.text('clone_uri_tmpl', size=80)}
 
                        <span class="help-block">${_('''Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'.
 
@@ -47,7 +48,6 @@ ${h.form(url('admin_settings_visual'), m
 
                                                        {repoid} ID of repository, can be used to construct clone-by-id''')}</span>
 
                    </div>
 
                </div>
 
             </div>
 

	
 
            <div class="form-group">
 
                <label class="control-label" for="dashboard_items">${_('Dashboard items')}:</label>
0 comments (0 inline, 0 general)