Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions classes/helpers/FrmFormsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2149,28 +2149,6 @@ private static function is_formidable_api_form() {
return false;
}

/**
* @since 3.0
* @deprecated 6.11
*
* @param array $atts
*
* @return void
*/
public static function actions_dropdown( $atts ) {
_deprecated_function( __METHOD__, '6.11' );

if ( ! FrmAppHelper::is_admin_page( 'formidable' ) ) {
return;
}

$status = $atts['status'];
$form_id = $atts['id'] ?? FrmAppHelper::get_param( 'id', 0, 'get', 'absint' );
$trash_link = self::delete_trash_info( $form_id, $status );
$links = self::get_action_links( $form_id, $status );
include FrmAppHelper::plugin_path() . '/classes/views/frm-forms/actions-dropdown.php';
}

/**
* Check if Pro isn't up to date yet.
* If Pro is active but using a version earlier than v6.2 fallback to Pro for AJAX submit (so things don't all happen twice).
Expand Down
25 changes: 0 additions & 25 deletions classes/views/frm-forms/actions-dropdown.php

This file was deleted.

4 changes: 2 additions & 2 deletions css/frm_admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/frm_testing_mode.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions resources/scss/admin/components/select/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ a.frm_option_icon:hover::before {
padding: 7px 20px;
}

.frm_actions_dropdown .frm-dropdown-menu {
font-size: var(--text-sm);
color: #5F6C72;
}

.frm-dropdown-menu .frm_icon_font {
vertical-align: middle;
color: #5F6C72;
Expand Down
3 changes: 0 additions & 3 deletions resources/scss/admin/components/table/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@
display: inline;
}

td.column-title .frm_actions_dropdown {
float: right;
}
10 changes: 0 additions & 10 deletions resources/scss/admin/media-queries/_screen-mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
padding: 2px;
}

#frm_builder_page .frm_actions_dropdown > .frm-dropdown-menu {
right: 0;
left: auto;
}

.frm-right-panel h3.accordion-section-title {
padding-right: 10px;
padding-left: 10px;
Expand All @@ -69,11 +64,6 @@
margin-right: 3px;
}

.rtl #frm_builder_page .frm_actions_dropdown > .frm-dropdown-menu {
right: auto;
left: 0;
}

.frm_on_submit_type svg {
display: none;
}
Expand Down
6 changes: 0 additions & 6 deletions resources/scss/admin/rtl/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
text-align: right;
}

.rtl .frm_actions_dropdown .frm_icon_font {
float: right;
margin-right: 0;
margin-left: 3px;
}

.rtl #frm-insert-fields-box,
.rtl #frm-conditionals {
padding-right: .9em;
Expand Down