PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
← All changes | core/admin/page-ics-export.php +6 -7 10.1011.8.3 View file →
@@ -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