diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html
--- a/rhodecode/templates/admin/repos/repo_edit.html
+++ b/rhodecode/templates/admin/repos/repo_edit.html
@@ -6,9 +6,9 @@
%def>
<%def name="breadcrumbs_links()">
- ${h.link_to(_('Admin'),h.url('admin_home'))}
- »
- ${h.link_to(_('Repositories'),h.url('repos'))}
+ ${h.link_to(_('Admin'),h.url('admin_home'))}
+ »
+ ${h.link_to(_('Repositories'),h.url('repos'))}
»
${_('edit')} » ${h.link_to(c.repo_info.just_name,h.url('summary_home',repo_name=c.repo_name))}
%def>
@@ -21,7 +21,7 @@
- ${self.breadcrumbs()}
+ ${self.breadcrumbs()}
${h.form(url('repo', repo_name=c.repo_info.repo_name),method='put')}
+
${_('Repository group')}:
@@ -50,7 +50,7 @@
${h.select('repo_group','',c.repo_groups,class_="medium")}
-
+
${_('Type')}:
@@ -58,7 +58,7 @@
${h.select('repo_type','hg',c.backends,class_="medium")}
-
+
${_('Description')}:
@@ -67,7 +67,7 @@
${h.textarea('description',cols=23,rows=5)}
-
+
${_('Private')}:
@@ -83,7 +83,7 @@
${h.checkbox('enable_statistics',value="True")}
-
+
${_('Enable downloads')}:
@@ -91,7 +91,7 @@
${h.checkbox('enable_downloads',value="True")}
-
+
${_('Owner')}:
@@ -102,8 +102,8 @@
-
-
+
+
${_('Permissions')}:
@@ -111,22 +111,22 @@
<%include file="repo_edit_perms.html"/>
-
+
${h.submit('save','Save',class_="ui-button")}
${h.reset('reset','Reset',class_="ui-button")}
-
+
-
+
${h.end_form()}
-
${_('Administration')}
+ ${_('Administration')}
-
+
${_('Statistics')}
${h.form(url('repo_stats', repo_name=c.repo_info.repo_name),method='delete')}
@@ -139,9 +139,9 @@
-
+
${h.end_form()}
-
+
%if c.repo_info.clone_uri:
${_('Remote')}
${h.form(url('repo_pull', repo_name=c.repo_info.repo_name),method='put')}
@@ -151,22 +151,22 @@
+
+
-
+
${h.end_form()}
%endif
-
+
${_('Cache')}
${h.form(url('repo_cache', repo_name=c.repo_info.repo_name),method='delete')}
+
${h.end_form()}
-
+
${_('Public journal')}
${h.form(url('repo_public_journal', repo_name=c.repo_info.repo_name),method='put')}
@@ -183,10 +183,10 @@
${_('''All actions made on this repository will be accessible to everyone in public journal''')}
-
+
${h.end_form()}
-
+
${_('Delete')}
${h.form(url('repo', repo_name=c.repo_info.repo_name),method='delete')}
@@ -195,12 +195,12 @@
- ${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems.
+ ${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems.
If you need fully delete it from filesystem please do it manually''')}
-
-
+
+
${h.end_form()}
${_('Set as fork')}
@@ -214,11 +214,11 @@
${_('''Manually set this repository as a fork of another''')}
-
-
+
+
${h.end_form()}
-
+
-%def>
+%def>