PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
woocommerce-bookings
/
includes
/
admin
/
views
<div class="wc-bookings-store-availability-views"> <input type="checkbox" id="wc-bookings-store-availability-icon" /> <label for="wc-bookings-store-availability-icon" class="wc-bookings-store-availability-icon-label"></label> <div class="wc-bookings-store-availability-views-menu"> <ul class="wc-bookings-store-availability-views-content"> <li><h4><?php esc_html_e( 'View', 'woocommerce-bookings' ); ?></h4></li> <li> <a class="view-select <?php echo ( 'calendar' === $view ) ? 'current' : ''; ?>" href="<?php echo esc_url( add_query_arg( 'view', 'calendar' ) ); ?>"> <span><?php esc_html_e( 'Calendar Mode', 'woocommerce-bookings' ); ?></span> <span>Visualize and configure store availability rules</span> </a> </li> <li> <a class="view-select <?php echo ( 'classic' === $view ) ? 'current' : ''; ?>" href="<?php echo esc_url( add_query_arg( 'view', 'classic' ) ); ?>"> <span><?php esc_html_e( 'Classic Mode', 'woocommerce-bookings' ); ?></span> <span>Setup availability rules with the classic table format</span> </a> </li> </ul> </div> </div>
[+]
..
[-] html-notifications-page.php
[edit]
[-] html-booking-pricing-fields.php
[edit]
[-] html-booking-availability-fields.php
[edit]
[-] html-calendar-month.php
[edit]
[-] html-booking-persons.php
[edit]
[-] html-settings-page.php
[edit]
[-] html-availability-nav.php
[edit]
[-] html-classic-availability-settings.php
[edit]
[-] html-booking-tab.php
[edit]
[-] html-availability-views-nav.php
[edit]
[-] html-booking-resources.php
[edit]
[-] html-calendar-nav.php
[edit]
[-] html-store-availability-settings.php
[edit]
[-] html-booking-resource.php
[edit]
[-] html-booking-data.php
[edit]
[-] html-calendar-schedule.php
[edit]
[-] html-booking-person.php
[edit]
[-] html-booking-pricing.php
[edit]
[-] html-create-booking-page.php
[edit]
[-] html-booking-availability.php
[edit]
[-] html-calendar-day.php
[edit]
[-] html-create-booking-page-2.php
[edit]