PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
woocommerce-bookings
/
includes
/
admin
/
views
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wrap woocommerce"> <h2><?php esc_html_e( 'Add Booking', 'woocommerce-bookings' ); ?></h2> <?php $this->show_errors(); ?> <form method="POST" data-nonce="<?php echo esc_attr( wp_create_nonce( 'find-booked-day-blocks' ) ); ?>" id="wc-bookings-booking-form"> <table class="form-table"> <tbody> <tr> <th scope="row"> <label><?php esc_html_e( 'Booking Data', 'woocommerce-bookings' ); ?></label> </th> <td> <div class="wc-bookings-booking-form"> <?php $booking_form->output(); ?> <div class="wc-bookings-booking-cost" style="display:none"></div> </div> </td> </tr> <tr valign="top"> <th scope="row"> </th> <td> <input type="submit" name="create_booking_2" class="button-primary" value="<?php esc_attr_e( 'Add Booking', 'woocommerce-bookings' ); ?>" /> <input type="hidden" name="customer_id" value="<?php echo esc_attr( $customer_id ); ?>" /> <input type="hidden" name="bookable_product_id" value="<?php echo esc_attr( $bookable_product_id ); ?>" /> <input type="hidden" name="add-to-cart" value="<?php echo esc_attr( $bookable_product_id ); ?>" /> <input type="hidden" name="booking_order" value="<?php echo esc_attr( $booking_order ); ?>" /> <?php wp_nonce_field( 'create_booking_notification' ); ?> </td> </tr> </tbody> </table> </form> </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]