Skip to content

Commit

Permalink
Add translations and correct styling to hide missing columns
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 22, 2009
1 parent 6791536 commit 071dbf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/admin/permissions/_form.html.erb
Expand Up @@ -37,7 +37,7 @@
<% end %>
<tr>
<td colspan='10'><h3>System-wide Permissions</h3></td>
<td colspan='10'><h3><%= t(:Systemwide_Permissions) %></h3></td>
</tr>
<% global_permissions.each_with_index do |action, count| %>
Expand All @@ -49,7 +49,7 @@
<% # Global or local permissions %>
<tr>
<td colspan='10'><h3>Forum Permissions</h3></td>
<td colspan='10'><h3><%= t(:Forum_Permissions) %></h3></td>
</tr>
<tr>
<% forum_permissions.each_with_index do |action, count| %>
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.rb
Expand Up @@ -244,6 +244,7 @@
:Forum_information => "Forum Information",
:forum_not_found_or_inactive => "The forum you were looking for could not be found, or is inactive.",
:forum_object_permission_denied => "The {{object}} you are trying to access is in a forum you are not allowed to see.",
:Forum_Permissions => "Forum Permissions",
:forum_permission_denied => "You are not allowed to see that forum.",
:Forum_specific_permissions => "Forum-specific permissions",
:forum_statistics => "Forum Statistics",
Expand Down Expand Up @@ -423,6 +424,7 @@
:Subject => "Subject",
:Subscribe => "Subscribe",
:Subscriptions => "Subscriptions",
:Systemwide_Permissions => "System-wide Permissions",
:Text => "Text",
:thanks_for_signing_up => "Thanks for signing up!",
:Theme => "Theme",
Expand Down
3 changes: 2 additions & 1 deletion public/themes/blue/style.css
Expand Up @@ -135,6 +135,7 @@ img {
}

.post, .action-box, .user {
background:#e1f1ff;
border: 1px solid #84AFD3;
margin: 2px;
}
Expand All @@ -153,7 +154,7 @@ img {
}

.edit-note {
color: #4F93CF;
color: #4F93CF;
font-size: 9pt;
}

Expand Down

0 comments on commit 071dbf1

Please sign in to comment.