| @@ -450,22 +450,21 @@ | ||
| 450 | 450 | $subtabs = array(); |
| 451 | 451 | |
| 452 | 452 | $subtabs[ 'gcal' ] = array( |
| 453 | 453 | 'type' => 'subtab' // Required| Possible values: 'subtab' | 'separator' | 'button' | 'goto-link' | 'html' |
| 454 | - , 'title' => __('Import Google Calendar Events', 'booking') //__('Google Calendar' ,'booking') . ' - ' . __('Events Import' ,'booking') // Title of TAB | |
| 455 | - , 'page_title' => __('Import Google Calendar Events', 'booking') //__('Import Settings' ,'booking') // Title of Page | |
| 456 | - , 'hint' => __('Import Google Calendar Events' ,'booking') // Hint | |
| 454 | + , 'title' => __('Import Google Calendar', 'booking') //__('Google Calendar' ,'booking') . ' - ' . __('Events Import' ,'booking') // Title of TAB | |
| 455 | + , 'page_title' => __('Import Google Calendar Events', 'booking') //__('Import Settings' ,'booking') // Title of Page | |
| 456 | + , 'hint' => __('Set up and configure the import of Google Calendar events using the API.' ,'booking') // Hint | |
| 457 | 457 | , 'link' => '' // link |
| 458 | 458 | , 'position' => '' // 'left' || 'right' || '' |
| 459 | 459 | , 'css_classes' => '' // CSS class(es) |
| 460 | 460 | //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img |
| 461 | - //, 'font_icon' => 'wpbc_icn_mail_outline' // CSS definition of Font Icon | |
| 462 | - , 'header_font_icon' => 'wpbc_icn_sync_alt' // CSS definition of Font Icon // FixIn: 9.6.1.4. | |
| 461 | + , 'font_icon' => 'wpbc-bi-google' // CSS definition of Font Icon | |
| 463 | 462 | , 'default' => false // Is this sub tab activated by default or not: true || false. |
| 464 | 463 | , 'disabled' => false // Is this sub tab deactivated: true || false. |
| 465 | 464 | , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' ) |
| 466 | 465 | , 'content' => 'content' // Function to load as conten of this TAB |
| 467 | - //, 'is_use_left_navigation' => true // We commented this line to have the vertical subline of menu | |
| 466 | + | |
| 468 | 467 | ); |
| 469 | 468 | |
| 470 | 469 | $tabs[ 'sync' ]['subtabs'] = $subtabs; |
| 471 | 470 | |