PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.0.17
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.0.17
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/views/shared/reports-info.php +19 -27 6.315.0.17 View file →
@@ -3,34 +3,26 @@
3 3 die( 'You are not allowed to call this page directly.' );
4 4 }
5 5 ?>
6 6 <div class="frm_wrap">
7 - <?php
8 - FrmAppHelper::get_admin_header(
9 - array(
10 - 'label' => __( 'Reports', 'formidable' ),
11 - 'form' => $form,
12 - 'close' => $form ? admin_url( 'admin.php?page=formidable&frm_action=reports&form=' . $form->id ) : '',
13 - )
14 - );
15 - ?>
16 - <div class="frmcenter" style="margin-top:10vh">
17 - <h2><?php esc_html_e( 'Get Live Graphs and Reports', 'formidable' ); ?></h2>
18 - <p style="max-width:400px;margin:20px auto">
19 - <?php esc_html_e( 'Get more insight for surveys, polls, daily contacts, and more.', 'formidable' ); ?>
20 - </p>
21 - <a class="button button-primary frm-button-primary" href="<?php echo esc_url( FrmAppHelper::admin_upgrade_link( 'reports-info' ) ); ?>" target="_blank" rel="noopener">
22 - <?php esc_html_e( 'Upgrade Now', 'formidable' ); ?>
23 - </a>
24 - <div class="frm-settings-screenshot-wrapper" style="margin-top: 30px;">
25 - <div class="frm-settings-screenshot-toolbar">
26 - <div class="frm-minmax-icon" style="background-color: #ED8181"></div>
27 - <div class="frm-minmax-icon" style="background-color: #EDE06A"></div>
28 - <div class="frm-minmax-icon" style="background-color: #80BE30"></div>
29 - <img src="<?php echo esc_url( FrmAppHelper::plugin_url() . '/images/tab.svg' ); ?>" />
30 - </div>
31 - <div>
32 - <img src="<?php echo esc_url( FrmAppHelper::plugin_url() . '/images/screenshots/reports.png' ); ?>" alt="<?php esc_attr_e( 'View reports', 'formidable' ); ?>" height="243" />
33 - </div>
7 + <div class="frm_page_container">
8 + <?php
9 + FrmAppHelper::get_admin_header(
10 + array(
11 + 'label' => __( 'Reports', 'formidable' ),
12 + 'form' => $form,
13 + 'close' => $form ? admin_url( 'admin.php?page=formidable&frm_action=reports&form=' . $form->id ) : '',
14 + )
15 + );
16 + ?>
17 + <div class="frmcenter" style="margin-top:10vh">
18 + <img src="<?php echo esc_attr( FrmAppHelper::plugin_url() . '/images/reports.svg' ); ?>" alt="<?php esc_attr_e( 'View reports', 'formidable' ); ?>" height="243" />
19 + <h2><?php esc_html_e( 'Get Live Graphs and Reports', 'formidable' ); ?></h2>
20 + <p style="max-width:400px;margin:20px auto">
21 + <?php esc_html_e( 'Get more insight for surveys, polls, daily contacts, and more.', 'formidable' ); ?>
22 + </p>
23 + <a class="button button-primary frm-button-primary" href="<?php echo esc_url( FrmAppHelper::admin_upgrade_link( 'reports-info' ) ); ?>" target="_blank" rel="noopener">
24 + <?php esc_html_e( 'Upgrade Now', 'formidable' ); ?>
25 + </a>
34 26 </div>
35 27 </div>
36 28 </div>