Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Adding other spending explanations #787

Merged
merged 2 commits into from
Sep 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions templates/macros/disclaimer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% macro disclaimer(type, id, cycle) %}
<p class="text--note usa-width-three-fourths">Note: These totals are summed based on free text input as reported by this committee. Variations in spelling or abbreviation will produce multiple totals for the same category. For the most complete information,
<a href="{{ url_for(type, committee_id=id, cycle=cycle) }}">click here to view the list of itemized transactions. &raquo;</a></p>
<div class="datatable__note">
<p class="t-note">Note: These totals are summed based on free text input as reported by this committee. Variations in spelling or abbreviation will produce multiple totals for the same category. For the most complete information,
<a href="{{ url_for(type, committee_id=id, cycle=cycle) }}">click here to view the list of itemized transactions. &raquo;</a></p>
</div>
{% endmacro %}
3 changes: 3 additions & 0 deletions templates/partials/candidate/other-spending-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ <h3 class="results-info__title">Independent expenditures</h3>
</tr>
</thead>
</table>
<div class="datatable__note">
<p class="t-note">Note: These totals are drawn from quarterly, monthly and semi-annual reports. 24-hour and 48-hour independent expenditures reports are not included.</p>
</div>
</div>
</div>
</section>
9 changes: 6 additions & 3 deletions templates/partials/elections/other-spending-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="section__heading" id="section-2-heading">

<div class="content__section">
<div class="results-info results-info--simple">
<h3 class="results-info__title">Independent expenditures</h3>
<h3 class="results-info__title"><span class="term" data-term="independent expenditure">Independent expenditures</span></h3>
</div>
<table class="data-table scrollX" data-type="independent-expenditures">
<thead>
Expand All @@ -21,11 +21,14 @@ <h3 class="results-info__title">Independent expenditures</h3>
<th scope="col">Candidate</th>
</thead>
</table>
<div class="datatable__note">
<p class="t-note">Note: These totals are drawn from quarterly, monthly and semi-annual reports. 24-hour and 48-hour independent expenditures reports are not included.</p>
</div>
</div>

<div class="content__section--extra">
<div class="results-info results-info--simple">
<h3 class="results-info__title">Communication costs</h3>
<h3 class="results-info__title"><span class="term" data-term="communication cost">Communication costs</span></h3>
</div>
<table class="data-table scrollX" data-type="communication-costs">
<thead>
Expand All @@ -39,7 +42,7 @@ <h3 class="results-info__title">Communication costs</h3>

<div class="content__section">
<div class="results-info results-info--simple">
<h3 class="results-info__title">Electioneering</h3>
<h3 class="results-info__title"><span class="term" data-term="electioneering communication">Electioneering</span></h3>
</div>
<table class="data-table scrollX" data-type="electioneering">
<thead>
Expand Down