view-counter
2 years ago
block-by-role.blade.php
2 years ago
block-ips.blade.php
2 years ago
capabilities.blade.php
2 years ago
dark-mode.blade.php
2 years ago
delete.blade.php
2 years ago
disable-admin-toolbar-analytics.blade.php
2 years ago
disable-widget.blade.php
2 years ago
email-reports.blade.php
2 years ago
export-data.blade.php
2 years ago
export-reports.blade.php
2 years ago
first-day-of-week.blade.php
2 years ago
index.blade.php
2 years ago
notice.blade.php
2 years ago
track-authenticated-users.blade.php
2 years ago
view-counter.blade.php
2 years ago
export-data.blade.php
18 lines
| 1 | <div class="export-settings settings-container"> |
| 2 | <h2><?php esc_html_e('Export Data to CSV', 'independent-analytics'); ?></h2> |
| 3 | <p><?php esc_html_e('Export all historical data to CSV.', 'independent-analytics'); ?></p> |
| 4 | <div class="button-group"> |
| 5 | <button id="iawp-export-views" |
| 6 | class="iawp-button ghost-purple"><?php esc_html_e('Export Pages', 'independent-analytics'); ?></button> |
| 7 | <button id="iawp-export-referrers" |
| 8 | class="iawp-button ghost-purple"><?php esc_html_e('Export Referrers', 'independent-analytics'); ?></button> |
| 9 | <button id="iawp-export-geo" |
| 10 | class="iawp-button ghost-purple"><?php esc_html_e('Export Geolocations', 'independent-analytics'); ?></button> |
| 11 | <button id="iawp-export-devices" |
| 12 | class="iawp-button ghost-purple"><?php esc_html_e('Export Devices', 'independent-analytics'); ?></button> |
| 13 | <?php if (iawp_is_pro()): ?> |
| 14 | <button id="iawp-export-campaigns" |
| 15 | class="iawp-button ghost-purple"><?php esc_html_e('Export Campaigns', 'independent-analytics'); ?></button> |
| 16 | <?php endif; ?> |
| 17 | </div> |
| 18 | </div> |