Remove redundant supporter field export modal
This commit is contained in:
parent
114cbeec90
commit
d440bfc4f8
2 changed files with 0 additions and 46 deletions
|
@ -1,45 +0,0 @@
|
||||||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
|
||||||
<div class='modal skinny' id='exportSupportersModal'>
|
|
||||||
<%= render 'common/modal_header', title: 'Export Supporters' %>
|
|
||||||
<div class='modal-body'>
|
|
||||||
<div class='u-marginBottom--10'>
|
|
||||||
<!--= show_if supporters.filter_count -->
|
|
||||||
<p class="filteringBy">
|
|
||||||
Filtering by:
|
|
||||||
<!--= put (readable_filter_names supporters.query) -->
|
|
||||||
</p>
|
|
||||||
<hr>
|
|
||||||
</div>
|
|
||||||
<div class='u-overflow--hidden'>
|
|
||||||
<!--= if show_fields_in_export (remove_class 'u-hide') (add_class 'u-hide') -->
|
|
||||||
<p>
|
|
||||||
Select which custom fields you want to export:
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<!--= repeat custom_fields.masters.data -->
|
|
||||||
<input type='checkbox' class='checkbox'>
|
|
||||||
<!--= set_attr 'value' this.id -->
|
|
||||||
<!--= set_attr 'id' (cat 'checkbox-export-custom-fields-' this.i -->
|
|
||||||
<!--= on 'change' set_export_custom_fields -->
|
|
||||||
<label>
|
|
||||||
<!--= set_attr 'for' (cat 'checkbox-export-custom-fields-' this.i) -->
|
|
||||||
<!--= put this.name -->
|
|
||||||
</label>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<a> Export custom fields </a>
|
|
||||||
<!--= on 'click' (toggle 'show_fields_in_export' true) -->
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class='u-centered'>
|
|
||||||
<a class='button--small'>
|
|
||||||
<!--= set_attr 'href' (cat './supporters.csv' (obj_to_url_params supporters.query)) -->
|
|
||||||
<i class='fa fa-cloud-download'></i> Download <!--= put (any supporters.total_count 0) --> records as CSV
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
|
@ -73,7 +73,6 @@
|
||||||
|
|
||||||
<%= render 'manage_field_master_modal' %>
|
<%= render 'manage_field_master_modal' %>
|
||||||
|
|
||||||
<%= render 'export_supporters_modal' %>
|
|
||||||
<%= render 'export_supporters_s3_modal' %>
|
<%= render 'export_supporters_s3_modal' %>
|
||||||
|
|
||||||
<%= render 'edit_custom_fields_modal' %>
|
<%= render 'edit_custom_fields_modal' %>
|
||||||
|
|
Loading…
Reference in a new issue