Skip to content

Commit

Permalink
more wording changes for profile visibility option
Browse files Browse the repository at this point in the history
  • Loading branch information
kclair committed Mar 21, 2011
1 parent d688a4c commit 29a3cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions app/views/admin/sites/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<%= f.error_messages %>
<span><i><%= flash[:notice] %></i></span>
<br />
<span><b>Profile Visibility:</b></span>
<br>Use this option to make all private profiles visible to logged-in users.
<span><b>Disable Invisible Option:</b></span>
<ul style="list-style-type: none;">
<li>
<%= check_box :site, :all_profiles_visible, {:checked => current_site.all_profiles_visible } %>
<%= label 'Disable invisible option', 'Checking this will disable the ability for users to make their profile invisible.' %>
<%= label :all_profiles_visible, 'Checking this will disable the ability for users to make their profile invisible.' %>
</li>
</ul>
<span><b>Profiles:</b></span>
Expand Down
5 changes: 2 additions & 3 deletions mods/super_admin/app/views/admin/sites/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<%= f.error_messages %>
<span><i><%= flash[:notice] %></i></span>
<br />
<span><b>Profile Visibility:</b></span>
<br>Use this option to make all private profiles visible to logged-in users.
<span><b>Disable Invisible Option:</b></span>
<ul style="list-style-type: none;">
<li>
<%= check_box :site, :all_profiles_visible, {:checked => current_site.all_profiles_visible } %>
<%= label 'Disable invisible option', 'Checking this will disable the ability for users to make their profile invisible.' %>
<%= label :all_profiles_visible, 'Checking this will disable the ability for users to make their profile invisible.' %>
</li>
</ul>
<span><b>Profiles:</b></span>
Expand Down

0 comments on commit 29a3cff

Please sign in to comment.