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 @@ -268,20 +268,21 @@ ##${_('Requires hg-git library installed. Allows cloning from git remote locations')} + %if c.visual.allow_repo_location_change:
- ${h.text('paths_root_path',size=30,readonly="readonly")} - + ${h.text('paths_root_path',size=30,readonly="readonly", class_="disabled")} + ${_('Unlock')} ${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}
- + %endif
${h.submit('save',_('Save settings'),class_="ui-btn large")} ${h.reset('reset',_('Reset'),class_="ui-btn large")} @@ -292,8 +293,9 @@