Skip to content

Commit

Permalink
Added titles for filter panels in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Oct 20, 2012
1 parent b6ea5ba commit 30fd13d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/accounts/_sidebar_index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.filters#filters
.caption= t :account_categories
- Setting.account_category.each do |key|
.check_box{:style => "border-bottom: 1px silver dotted;"}
%div{:style => "float:right;"}
Expand Down
1 change: 1 addition & 0 deletions app/views/campaigns/_sidebar_index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.filters#filters
.caption= t :campaign_statuses
- Setting.campaign_status.each do |key|
.check_box{:style => "border-bottom: 1px silver dotted;"}
%div{:style => "float:right;"}
Expand Down
1 change: 1 addition & 0 deletions app/views/leads/_sidebar_index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.filters#filters
.caption= t :lead_statuses
- Setting.lead_status.each do |key|
.check_box{:style => "border-bottom: 1px silver dotted;"}
%div{:style => "float:right;"}
Expand Down
1 change: 1 addition & 0 deletions app/views/opportunities/_sidebar_index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.filters#filters
.caption= t :opportunity_stages
- @stage.each do |value, key|
.check_box{:style => "border-bottom: 1px silver dotted;"}
%div{:style => "float:right;"}
Expand Down
6 changes: 5 additions & 1 deletion config/locales/en-US_fat_free_crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ en-US:
select_an_account: Select an Account
account_small: account
account_summary: Account Summary
account_categories: Account Categories
accounts: Accounts
accounts_options: Accounts Options
accounts_small: accounts
Expand Down Expand Up @@ -322,6 +323,7 @@ en-US:
campaign_small: campaign
campaign_summary: Campaign Summary
campaign_targets: Campaign Targets
campaign_statuses: Campaign Statuses
campaigns: Campaigns
campaigns_options: Campaigns Options
campaigns_small: campaigns
Expand Down Expand Up @@ -409,6 +411,7 @@ en-US:
lead_small: lead
lead_status_small: lead status
lead_summary: Lead Summary
lead_statuses: Lead Statuses
leads: Leads
leads_options: Leads Options
leads_small: leads
Expand Down Expand Up @@ -444,6 +447,7 @@ en-US:
opportunities_small: opportunities
opportunity: Opportunity
opportunity_small: opportunity
opportunity_stages: Opportunity Stages
opportunity_summary: Opportunity At a Glance
opportunity_summary_text: "%{amount} with %{discount} discount and %{probability} probability"
past_due: past due, was expected to close %{value} ago
Expand Down Expand Up @@ -871,7 +875,7 @@ en-US:
title: Long Answer
select:
title: Select List
multiselect:
multiselect:
title: Multi Select
radio:
title: Radio Buttons
Expand Down

0 comments on commit 30fd13d

Please sign in to comment.