PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.2.01
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.2.01
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/frm-forms/form.php +3 -3 6.5.15.2.01 View file →
@@ -2,9 +2,9 @@
2 2 if ( ! defined( 'ABSPATH' ) ) {
3 3 die( 'You are not allowed to call this page directly.' );
4 4 }
5 5 ?>
6 -<div id="frm_form_editor_container" class="frm-m-12 <?php echo ( $has_fields ? 'frm-has-fields' : '' ); ?>">
6 +<div id="frm_form_editor_container" class="<?php echo ( $has_fields ? 'frm-has-fields' : '' ); ?>">
7 7
8 8 <?php
9 9 if ( $has_fields ) {
10 10 // Add form messages.
@@ -13,14 +13,14 @@
13 13 ?>
14 14
15 15 <div id="frm-fake-page" class="frm_hidden">
16 16 <div class="frm-page-break">
17 - <div class="frm-collapse-page button frm-button-secondary frm-button-sm">
17 + <div class="frm-collapse-page button frm-button-secondary">
18 18 <?php
19 19 /* translators: %s: The page number */
20 20 printf( esc_html__( 'Page %s', 'formidable' ), '<span class="frm-page-num">1</span>' );
21 21 ?>
22 - <?php FrmAppHelper::icon_by_class( 'frmfont frm_arrowdown6_icon', array( 'aria-hidden' => 'true' ) ); ?>
22 + <i class="frm_icon_font frm_arrowdown6_icon"></i>
23 23 </div>
24 24 </div>
25 25 </div>
26 26