22adb4d5fd
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
|
<div class='table-meta table-meta--main'>
|
|
<!--= scope 'payments' -->
|
|
<!--= add_class_if this.filter_count 'is-filtering' -->
|
|
|
|
<div class='container--wide'>
|
|
|
|
<a class='table-meta-button--left' id='button--openFilter'>
|
|
<!--= on 'click' (if (has_attr 'data-selected') close_filter_panel open_filter_panel) -->
|
|
<i class='fa fa-filter'></i> Filter
|
|
</a>
|
|
|
|
<%= render 'components/tables/filtering/meta_status', scope: 'payments' %>
|
|
|
|
<%= render 'components/tables/search', scope: 'payments' %>
|
|
|
|
<p class='table-meta-metric'>
|
|
<small>
|
|
<!--= show_if loading -->
|
|
Loading...
|
|
</small>
|
|
<span>
|
|
<!--= hide_if loading -->
|
|
<!--= put payments.total_count --> <small>Payments</small>
|
|
</span>
|
|
</p>
|
|
|
|
<p class='table-meta-metric tour-totalPayments test-totalPayments'>
|
|
<!--= hide_if loading -->
|
|
<span>
|
|
<!--= put payments.total_amount --> <small>Total</small>
|
|
</span>
|
|
</p>
|
|
|
|
<a class='table-meta-button white'>
|
|
<!--= on 'click' (open_modal 'exportPaymentsS3Modal') -->
|
|
<i class='fa fa-file-text'></i> Export
|
|
</a>
|
|
|
|
<!--
|
|
<a class='table-meta-button'>
|
|
(( on 'click' (open_modal 'importModal') ))
|
|
<i class='fa fa-file-text'></i> Import
|
|
</a>
|
|
-->
|
|
</div>
|
|
</div>
|