# HG changeset patch # User Mads Kiilerich # Date 2016-11-23 01:37:12 # Node ID f7cc6f446f5c81ce32065b45a93aaccfb8e7f914 # Parent f9fefa7cb008fe4b15c84d01e4ec9f3ecc06d10a style: fix some missed field refactorings diff --git a/kallithea/templates/admin/repo_groups/repo_group_add.html b/kallithea/templates/admin/repo_groups/repo_group_add.html --- a/kallithea/templates/admin/repo_groups/repo_group_add.html +++ b/kallithea/templates/admin/repo_groups/repo_group_add.html @@ -49,7 +49,7 @@ -
+
${h.checkbox('group_copy_permissions',value="True")} diff --git a/kallithea/templates/admin/repos/repo_add_base.html b/kallithea/templates/admin/repos/repo_add_base.html --- a/kallithea/templates/admin/repos/repo_add_base.html +++ b/kallithea/templates/admin/repos/repo_add_base.html @@ -10,7 +10,7 @@ ${h.form(url('repos'))} ${h.text('repo_name',class_="small")}
-
+
${h.text('clone_uri',class_="small")} @@ -33,7 +33,7 @@ ${h.form(url('repos'))} ${_('Optionally select a group to put this repository into.')}
-
+
${h.checkbox('repo_copy_permissions',value="True")} diff --git a/kallithea/templates/admin/settings/settings_hooks.html b/kallithea/templates/admin/settings/settings_hooks.html --- a/kallithea/templates/admin/settings/settings_hooks.html +++ b/kallithea/templates/admin/settings/settings_hooks.html @@ -20,7 +20,7 @@ ${h.form(url('admin_settings_hooks'), me
%for hook in c.custom_hooks: -
+
${h.hidden('hook_ui_key',hook.ui_key)} @@ -36,11 +36,9 @@ ${h.form(url('admin_settings_hooks'), me %endfor
-
-
- ${h.text('new_hook_ui_key',size=20)} -
-
+
${h.text('new_hook_ui_value',size=60)}