| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | * @package: AJX_Bookings Page |
| 4 | 4 | * @category: o Email Reminders |
| @@ -37,12 +37,12 @@ | ||
| 37 | 37 | public function tabs() { |
| 38 | 38 | $tabs = array(); |
| 39 | 39 | $tabs['availability'] = array( |
| 40 | 40 | 'is_show_top_path' => true, // true | false. By default value is: true. |
| 41 | - 'left_navigation__default_view_mode' => 'compact', // '' | 'min' | 'compact' | 'max' | 'none'. By default value is: ''. | |
| 42 | - 'title' => __( 'Days Availability', 'booking' ), // Title of TAB //FixIn: 9.8.15.2.2. | |
| 41 | + 'left_navigation__default_view_mode' => '', // FixIn:11.7.1.1: 'compact', // '' | 'min' | 'compact' | 'max' | 'none'. By default value is: ''. | |
| 42 | + 'title' => __( 'Block Dates', 'booking' ), // Title of TAB //FixIn: 9.8.15.2.2. | |
| 43 | 43 | 'hint' => __( 'Define available and unavailable days for your calendar(s).', 'booking' ), // Hint. |
| 44 | - 'page_title' => __( 'Days Availability', 'booking' ), // Title of Page. | |
| 44 | + 'page_title' => __( 'Block Dates', 'booking' ), // Title of Page. | |
| 45 | 45 | 'link' => '', // Can be skiped, then generated link based on Page and Tab tags. Or can be extenral link. |
| 46 | 46 | 'position' => '', // 'left' / 'right' / ''. |
| 47 | 47 | 'css_classes' => '', // CSS c l a s s(es). |
| 48 | 48 | 'icon' => '', // Icon - link to the real PNG img. |
| @@ -439,11 +439,11 @@ | ||
| 439 | 439 | |
| 440 | 440 | $tabs = array(); |
| 441 | 441 | // FixIn: 10.12.4.7. $tabs[ 'general_availability' . ( ++$separator_i ) ] = array_merge( $subtab_default, array( 'type' => 'separator' ,'folder_style' => 'order:200;' ) ); |
| 442 | 442 | $tabs[ 'general_availability' ] = array( |
| 443 | - 'title' => __( 'General Availability', 'booking' ) // Title of TAB //FixIn: 9.8.15.2.2 | |
| 443 | + 'title' => __( 'Schedule & Rules', 'booking' ) // Title of TAB //FixIn: 9.8.15.2.2 | |
| 444 | 444 | , 'hint' => __( 'Define unavailable weekdays for all calendar(s) and unavailable dates depend from today date', 'booking' ) // Hint |
| 445 | - , 'page_title' => __( 'General Availability', 'booking' ) // Title of Page | |
| 445 | + , 'page_title' => __( 'Schedule & Rules', 'booking' ) // Title of Page | |
| 446 | 446 | , 'link' => function_exists( 'wpbc_get_general_availability_url' ) ? wpbc_get_general_availability_url( true, false ) : admin_url( 'admin.php?page=wpbc-availability&tab=general_availability' ) // Can be skiped, then generated link based on Page and Tab tags. Or can be extenral link |
| 447 | 447 | , 'position' => '' // 'left' || 'right' || '' |
| 448 | 448 | , 'css_classes' => 'wpbc_top_tab__general_availability' // CSS class(es) |
| 449 | 449 | , 'icon' => '' // Icon - link to the real PNG img |