diff --git a/rhodecode/templates/settings/repo_fork.html b/rhodecode/templates/forks/fork.html copy from rhodecode/templates/settings/repo_fork.html copy to rhodecode/templates/forks/fork.html --- a/rhodecode/templates/settings/repo_fork.html +++ b/rhodecode/templates/forks/fork.html @@ -27,14 +27,23 @@
-
- -
-
- ${h.text('fork_name',class_="small")} - ${h.hidden('repo_type',c.repo_info.repo_type)} -
-
+
+ +
+
+ ${h.text('repo_name',class_="small")} + ${h.hidden('repo_type',c.repo_info.repo_type)} + ${h.hidden('fork_parent_id',c.repo_info.repo_id)} +
+
+
+
+ +
+
+ ${h.select('repo_group','',c.repo_groups,class_="medium")} +
+
@@ -50,7 +59,15 @@
${h.checkbox('private',value="True")}
-
+
+
+
+ +
+
+ ${h.checkbox('copy_permissions',value="True")} +
+
${h.submit('',_('fork this repository'),class_="ui-button")}