-
+
- ${h.checkbox('create_repo_perm',value=True)}
-
- ${h.literal(_('Select this option to allow repository creation for this user'))}
-
+
+ ${h.checkbox('create_repo_perm',value=True)}
+
+ ${h.literal(_('Select this option to allow repository creation for this user'))}
+
+
+
-
+
- ${h.checkbox('create_user_group_perm',value=True)}
-
- ${h.literal(_('Select this option to allow user group creation for this user'))}
-
+
+ ${h.checkbox('create_user_group_perm',value=True)}
+
+ ${h.literal(_('Select this option to allow user group creation for this user'))}
+
+
+
-
+
- ${h.checkbox('fork_repo_perm',value=True)}
-
- ${h.literal(_('Select this option to allow repository forking for this user'))}
-
+
+ ${h.checkbox('fork_repo_perm',value=True)}
+
+ ${h.literal(_('Select this option to allow repository forking for this user'))}
+
+
-
+
+
- ${h.submit('save',_('Save'),class_="ui-btn large")}
- ${h.reset('reset',_('Reset'),class_="ui-btn large")}
+ ${h.submit('save',_('Save'),class_="btn")}
+ ${h.reset('reset',_('Reset'),class_="btn")}