| 1 |
<div class="export-settings settings-container"> |
| 2 |
<h2><?php esc_html_e('Export', 'iawp'); ?></h2> |
| 3 |
<div class="button-group"> |
| 4 |
<button id="iawp-export-views" |
| 5 |
class="iawp-button ghost-purple"><?php esc_html_e('Export Pages', 'iawp'); ?></button> |
| 6 |
<button id="iawp-export-referrers" |
| 7 |
class="iawp-button ghost-purple"><?php esc_html_e('Export Referrers', 'iawp'); ?></button> |
| 8 |
<button id="iawp-export-geo" |
| 9 |
class="iawp-button ghost-purple"><?php esc_html_e('Export Geolocations', 'iawp'); ?></button> |
| 10 |
<?php if (iawp_is_pro()): ?> |
| 11 |
<button id="iawp-export-campaigns" |
| 12 |
class="iawp-button ghost-purple"><?php esc_html_e('Export Campaigns', 'iawp'); ?></button> |
| 13 |
<?php endif; ?> |
| 14 |
</div> |
| 15 |
</div> |