PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.4
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.4
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 +1 -11 6.45.4 View file →
@@ -14,8 +14,9 @@
14 14 )
15 15 );
16 16 ?>
17 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" />
18 19 <h2><?php esc_html_e( 'Get Live Graphs and Reports', 'formidable' ); ?></h2>
19 20 <p style="max-width:400px;margin:20px auto">
20 21 <?php esc_html_e( 'Get more insight for surveys, polls, daily contacts, and more.', 'formidable' ); ?>
21 22 </p>
@@ -21,18 +22,7 @@
21 22 </p>
22 23 <a class="button button-primary frm-button-primary" href="<?php echo esc_url( FrmAppHelper::admin_upgrade_link( 'reports-info' ) ); ?>" target="_blank" rel="noopener">
23 24 <?php esc_html_e( 'Upgrade Now', 'formidable' ); ?>
24 25 </a>
25 - <div class="frm-settings-screenshot-wrapper" style="margin-top: 30px;">
26 - <div class="frm-settings-screenshot-toolbar">
27 - <div class="frm-minmax-icon" style="background-color: #ED8181"></div>
28 - <div class="frm-minmax-icon" style="background-color: #EDE06A"></div>
29 - <div class="frm-minmax-icon" style="background-color: #80BE30"></div>
30 - <img src="<?php echo esc_url( FrmAppHelper::plugin_url() . '/images/tab.svg' ); ?>" />
31 - </div>
32 - <div>
33 - <img src="<?php echo esc_attr( FrmAppHelper::plugin_url() . '/images/screenshots/reports.png' ); ?>" alt="<?php esc_attr_e( 'View reports', 'formidable' ); ?>" height="243" />
34 - </div>
35 - </div>
36 26 </div>
37 27 </div>
38 28 </div>