diff --git a/rhodecode/templates/admin/settings/settings.html b/rhodecode/templates/admin/settings/settings.html
--- a/rhodecode/templates/admin/settings/settings.html
+++ b/rhodecode/templates/admin/settings/settings.html
@@ -10,7 +10,7 @@
%def>
<%def name="page_nav()">
- ${self.menu('admin')}
+ ${self.menu('admin')}
%def>
<%def name="main()">
@@ -27,20 +27,20 @@
-
-
- ${_('rescan option')}:
-
-
-
- ${h.checkbox('destroy',True)}
-
-
- ${_('destroy old data')}
-
+
+
+ ${_('rescan option')}:
+
+
+
+ ${h.checkbox('destroy',True)}
+
+
+ ${_('destroy old data')}
+
${_('Rescan repositories location for new repositories. Also deletes obsolete if `destroy` flag is checked ')}
-
-
+
+
${h.submit('rescan',_('Rescan repositories'),class_="ui-btn large")}
@@ -196,12 +196,12 @@
${_('Web')}:
-
- ${h.checkbox('web_push_ssl', 'True')}
- ${_('require ssl for vcs operations')}
-
+
+ ${h.checkbox('web_push_ssl', 'True')}
+ ${_('require ssl for vcs operations')}
+
${_('RhodeCode will require SSL for pushing or pulling. If SSL is missing it will return HTTP Error 406: Not Acceptable')}
-
+
@@ -209,14 +209,14 @@
${_('Hooks')}:
-
- ${h.checkbox('hooks_changegroup_update','True')}
- ${_('Update repository after push (hg update)')}
-
-
- ${h.checkbox('hooks_changegroup_repo_size','True')}
- ${_('Show repository size after push')}
-
+
+ ${h.checkbox('hooks_changegroup_update','True')}
+ ${_('Update repository after push (hg update)')}
+
+
+ ${h.checkbox('hooks_changegroup_repo_size','True')}
+ ${_('Show repository size after push')}
+
${h.checkbox('hooks_changegroup_push_logger','True')}
${_('Log user push commands')}
@@ -225,7 +225,7 @@
${h.checkbox('hooks_outgoing_pull_logger','True')}
${_('Log user pull commands')}
-
+
${h.link_to(_('advanced setup'),url('admin_edit_setting',setting_id='hooks'),class_="ui-btn")}
@@ -257,9 +257,9 @@
${h.text('paths_root_path',size=30,readonly="readonly")}
-
- ${_('unlock')}
+
+ ${_('unlock')}
${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}
@@ -329,8 +329,8 @@