ga_accounts_selector.php
9 years ago
ga_auth_button.php
9 years ago
ga_code.php
7 years ago
ga_dashboard_widget.php
9 years ago
ga_debug_modal.php
8 years ago
ga_googleanalytics_loader.php
7 years ago
ga_notice.php
8 years ago
ga_oauth_notice.php
9 years ago
ga_wp_notice.php
9 years ago
page.php
7 years ago
statistics.php
9 years ago
stats.php
9 years ago
trending.php
8 years ago
ga_debug_modal.php
23 lines
| 1 | <div id="ga_debug_modal" class="ga-modal" tabindex="-1"> |
| 2 | <div class="ga-modal-dialog"> |
| 3 | <div id="ga_debug_modal_content" class="ga-modal-content"> |
| 4 | <div class="ga-modal-header"> |
| 5 | <span id="ga_close" class="ga-close">×</span> |
| 6 | <h4 class="ga-modal-title"><?php _e( 'Copy and paste this debug info into an email and send to support@sharethis.com' ) ?></h4> |
| 7 | </div> |
| 8 | <div class="ga-modal-body"> |
| 9 | <div class="ga-loader-wrapper"> |
| 10 | <div class="ga-loader"></div> |
| 11 | </div> |
| 12 | <div class="ga-debug-form-div"> |
| 13 | <label for="ga_debug_info" class="ga-debug-form-label"><strong><?php _e( 'Debug info' ); ?></strong>:</label> |
| 14 | <textarea id="ga_debug_info" class="ga-debug-form-field" rows="8" cols="50"><?php echo $debug_info ?></textarea> |
| 15 | </div> |
| 16 | </div> |
| 17 | <div class="ga-modal-footer"> |
| 18 | <button type="button" id="copy-debug" class="button"><?php esc_html_e( 'Copy', 'google-analytics' ); ?></button> |
| 19 | <button id="ga_btn_close" type="button" class="button">Close</button> |
| 20 | </div> |
| 21 | </div><!-- /.modal-content --> |
| 22 | </div><!-- /.modal-dialog --> |
| 23 | </div><!-- /.modal --> |