| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | <?php /** |
| 2 | 2 | * @version 1.0 |
| 3 | 3 | * @package Booking Calendar |
| 4 | 4 | * @category Toolbar. Data for UI Elements at Booking Calendar admin pages |
| @@ -89,18 +89,11 @@ | ||
| 89 | 89 | |
| 90 | 90 | wpbc_toolbar_btn__resource_selection(); |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | - $is_bfb_enabled = (bool) WPBC_Frontend_Settings::is_bfb_enabled( null ); | |
| 94 | - if ( $is_bfb_enabled ) { | |
| 95 | - WPBC_FE_Custom_Form_Helper::wpbc_bfb__custom_booking_forms_list__selectbox_html(); | |
| 96 | - } else { | |
| 97 | - if ( function_exists( 'wpbc_toolbar_btn__form_selection' ) ) { | |
| 98 | - wpbc_toolbar_btn__form_selection(); | |
| 99 | - } | |
| 100 | - } | |
| 101 | - | |
| 102 | - //////////////////////////////////////////////////////////////////// | |
| 93 | + WPBC_FE_Custom_Form_Helper::wpbc_bfb__custom_booking_forms_list__selectbox_html(); | |
| 94 | + | |
| 95 | + //////////////////////////////////////////////////////////////////// | |
| 103 | 96 | ?><div class="clear-for-mobile"></div><?php |
| 104 | 97 | |
| 105 | 98 | ?><div class="control-group wpbc-no-padding" style="float:right;margin-right: 0;margin-left: 15px;"><?php |
| 106 | 99 | |