PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.0.07
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.0.07
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/edit.php +11 -11 6.295.0.07 View file →
@@ -4,34 +4,34 @@
4 4 }
5 5 ?>
6 6 <div id="frm_builder_page" class="frm_wrap">
7 7 <div class="frm_page_container">
8 +
8 9 <?php
9 - require FrmAppHelper::plugin_path() . '/classes/views/frm-forms/mb_insert_fields.php';
10 10 FrmAppHelper::get_admin_header(
11 11 array(
12 - 'label' => __( 'Build Form', 'formidable' ),
13 - 'form' => $form,
14 - 'hide_title' => true,
15 - 'publish' => array( 'FrmFormsController::form_publish_button', compact( 'values' ) ),
12 + 'label' => __( 'Build Form', 'formidable' ),
13 + 'form' => $form,
14 + 'hide_title' => true,
15 + 'publish' => array( 'FrmFormsController::form_publish_button', compact( 'values' ) ),
16 16 )
17 17 );
18 18 ?>
19 19
20 20 <div class="columns-2">
21 - <?php require FrmAppHelper::plugin_path() . '/classes/views/frm-forms/add_field_links.php'; ?>
21 + <?php require( FrmAppHelper::plugin_path() . '/classes/views/frm-forms/add_field_links.php' ); ?>
22 22 <div id="post-body-content">
23 23
24 24 <div class="frm_form_builder with_frm_style">
25 25
26 26 <p class="frm_hidden frm-no-margin">
27 - <button class="frm_submit_<?php echo ! empty( $values['ajax_load'] ) ? '' : 'no_'; ?>ajax button-primary">
27 + <button class="frm_submit_<?php echo ( isset( $values['ajax_load'] ) && $values['ajax_load'] ) ? '' : 'no_'; ?>ajax button-primary">
28 28 <?php esc_attr_e( 'Update', 'formidable' ); ?>"
29 29 </button>
30 30 </p>
31 31
32 32 <form method="post">
33 - <?php require FrmAppHelper::plugin_path() . '/classes/views/frm-forms/form.php'; ?>
33 + <?php require( FrmAppHelper::plugin_path() . '/classes/views/frm-forms/form.php' ); ?>
34 34 </form>
35 35
36 36 </div>
37 37 </div>
@@ -40,13 +40,13 @@
40 40 </div>
41 41 </div>
42 42 <div class="frm_hidden">
43 43 <svg id="frm_break_field_group_svg" class="frmsvg">
44 - <use href="#frm_break_field_group_icon"></use>
44 + <use xlink:href="#frm_break_field_group_icon"></use>
45 45 </svg>
46 46 <svg id="frm_gear_svg" class="frmsvg">
47 - <use href="#frm_settings_icon"></use>
47 + <use xlink:href="#frm_gear_icon"></use>
48 48 </svg>
49 49 <svg id="frm_trash_svg" class="frmsvg">
50 - <use href="#frm_delete_icon"></use>
50 + <use xlink:href="#frm_trash_icon"></use>
51 51 </svg>
52 52 </div>