diff --git a/rhodecode/templates/admin/repos/repo_add_base.mako b/rhodecode/templates/admin/repos/repo_add_base.mako index cd05ea90..b573a31a 100644 --- a/rhodecode/templates/admin/repos/repo_add_base.mako +++ b/rhodecode/templates/admin/repos/repo_add_base.mako @@ -38,6 +38,15 @@ ${h.secure_form(h.route_path('repo_create'), request=request)} +
+
+ +
+
+ ${h.select('repo_type','hg',c.backends)} + ${_('Set the type of repository to create.')} +
+
@@ -66,24 +75,6 @@ ${h.secure_form(h.route_path('repo_create'), request=request)} ${_('Optionally select a group to put this repository into.')}
-
-
- -
-
- ${h.checkbox('repo_copy_permissions', value="True", checked="checked")} - ${_('Copy permission set from the parent repository group.')} -
-
-
-
- -
-
- ${h.select('repo_type','hg',c.backends)} - ${_('Set the type of repository to create.')} -
-
@@ -93,6 +84,15 @@ ${h.secure_form(h.route_path('repo_create'), request=request)} ${_('The default commit for file pages, downloads, full text search index, and README generation.')}
+
+
+ +
+
+ ${h.checkbox('repo_copy_permissions', value="True", checked="checked")} + ${_('Copy permission set from the parent repository group.')} +
+
diff --git a/rhodecode/templates/forks/fork.mako b/rhodecode/templates/forks/fork.mako index 4f6b386e..e26cc7e9 100644 --- a/rhodecode/templates/forks/fork.mako +++ b/rhodecode/templates/forks/fork.mako @@ -83,16 +83,6 @@
-
-
- -
-
- ${h.checkbox('private',value="True")} - ${_('Private repositories are only visible to people explicitly added as collaborators.')} -
-
-
@@ -103,6 +93,16 @@
+
+
+ +
+
+ ${h.checkbox('private',value="True")} + ${_('Private repositories are only visible to people explicitly added as collaborators.')} +
+
+
${h.submit('',_('Fork this Repository'),class_="btn")}