From 1f4606589cd397f53ad8ca4f9b8046fcd279eb8c Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Fri, 26 Sep 2008 10:41:21 -0300 Subject: [PATCH] ActionItem734: adding radiobuttons for private/publics for communities/enterprises --- app/views/profile_editor/edit.rhtml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/views/profile_editor/edit.rhtml b/app/views/profile_editor/edit.rhtml index 4390c5c..9ec221a 100644 --- a/app/views/profile_editor/edit.rhtml +++ b/app/views/profile_editor/edit.rhtml @@ -46,7 +46,17 @@ <% else %> - + + + + + -- libgit2 0.21.2
<%= _('Public') %><%= _('Private') %>
+ <%= radio_button 'profile_data', 'public_profile', 'true' %> + + + <%= radio_button 'profile_data', 'public_profile', 'false' %> + +
<%= _('Activate Intranet access (restricted area only for members)') %> <%= _('Yes') %><%= _('Yes') %>