| @@ -57,23 +57,22 @@ | ||
| 57 | 57 | $subtabs = array(); |
| 58 | 58 | |
| 59 | 59 | $subtabs[ 'export' ] = array( |
| 60 | 60 | 'type' => 'subtab' // Required| Possible values: 'subtab' | 'separator' | 'button' | 'goto-link' | 'html' |
| 61 | - , 'title' => __('Export' ,'booking') . ' - .ics' // Title of TAB | |
| 62 | - , 'page_title' => __('Export' ,'booking') . ' .ics ' | |
| 61 | + , 'title' => __('Export' ,'booking') . ' - .ics' // Title of TAB | |
| 62 | + , 'page_title' => __('Export Bookings via .ics' ,'booking') | |
| 63 | 63 | //. ' <span style="padding: 10px;font-size: 12px;font-style: italic;vertical-align: top;">Beta</span>' // Title of Page |
| 64 | - , 'hint' => __('Export' ,'booking') . ' .ics/ical ' . __('feed', 'booking') // Hint | |
| 64 | + , 'hint' => __('Set up and configure the export of bookings into .ics feeds.' ,'booking') // Hint | |
| 65 | 65 | , 'link' => '' // link |
| 66 | 66 | , 'position' => '' // 'left' || 'right' || '' |
| 67 | 67 | , 'css_classes' => '' // CSS class(es) |
| 68 | 68 | //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img |
| 69 | - //, 'font_icon' => 'wpbc_icn_mail_outline' // CSS definition of Font Icon | |
| 70 | - , 'header_font_icon' => 'wpbc_icn_sync_alt' // CSS definition of Font Icon // FixIn: 9.6.1.4. | |
| 71 | - , 'default' => false // Is this sub tab activated by default or not: true || false. | |
| 69 | + , 'font_icon' => 'wpbc-bi-box-arrow-up-right' // CSS definition of Font Icon | |
| 70 | + , 'default' => false // Is this sub tab activated by default or not: true || false. | |
| 72 | 71 | , 'disabled' => false // Is this sub tab deactivated: true || false. |
| 73 | 72 | , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' ) |
| 74 | 73 | , 'content' => 'content' // Function to load as conten of this TAB |
| 75 | - //, 'is_use_left_navigation' => true // We commented this line to have the vertical subline of menu | |
| 74 | + | |
| 76 | 75 | ); |
| 77 | 76 | |
| 78 | 77 | $tabs[ 'sync' ]['subtabs'] = $subtabs; |
| 79 | 78 | |